Re: [oe] [meta-oe] [PATCH V2] libplist: upgrade 2.2.0 -> 2.3.0

2023-05-09 Thread Khem Raj
I think this is the next issue Seeing build failures for usbmuxd while building with musl/qemux86_64 | ../../git/src/conf.c:235:2: error: call to undeclared function 'plist_read_from_filename'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] |

[oe] [meta-oe] [PATCH V2] libplist: upgrade 2.2.0 -> 2.3.0

2023-05-09 Thread wangmy
From: Wang Mingyu Changelog: = - Changes: * Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val() * Add support for JSON format * Add support for OpenStep format * Introduce error codes and format constants * Add return value to import/export functions