From 80918a57ffab05b1f3fee8c2e485830f97ee5c36 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 May 2023 16:44:48 +0800 Subject: [PATCH] src/meta-openembedded:libplist: upgrade 2.2.0 -> 2.3.0 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 to allow returning error codes * Add new plist_sort function * Add several human-readable output-only formats * Add new plist_write_to_string/_stream/_file functions * Add new plist_print function * Add new plist_read_from_file function * Add new plist_mem_free() function * Add a few C++ methods * Add C++ interface test * Add PLIST_NULL type * Some code housekeeping (mostly clang-tidy) - Breaking: * plist_from_memory() gets additional parameter - Bugfixes: * Fix multiple bugs in all of the parsers * Fix handling of PLIST_UID nodes Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- src/meta-openembedded | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta-openembedded b/src/meta-openembedded index e11f6f584cb..97836d4d803 160000 --- a/src/meta-openembedded +++ b/src/meta-openembedded @@ -1 +1 @@ -Subproject commit e11f6f584cb6aafc99dad86f6176122897f08219 +Subproject commit 97836d4d803269cb77b739c1429765c272a32fa8