summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-05-09 16:44:48 +0800
committerKhem Raj <raj.khem@gmail.com>2023-05-09 17:27:50 -0700
commit97836d4d803269cb77b739c1429765c272a32fa8 (patch)
treec560ec0aaac9b9061643d648b203971d3b06f740 /meta-oe/recipes-extended/libimobiledevice/libplist_git.bb
parente11f6f584cb6aafc99dad86f6176122897f08219 (diff)
downloadmeta-openembedded-97836d4d803269cb77b739c1429765c272a32fa8.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libimobiledevice/libplist_git.bb')
-rw-r--r--meta-oe/recipes-extended/libimobiledevice/libplist_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb
index 82f3e4d0c9..8f5a7f166f 100644
--- a/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb
+++ b/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb
@@ -8,9 +8,9 @@ DEPENDS = "libxml2 glib-2.0 swig python3"
8 8
9inherit autotools pkgconfig python3native python3targetconfig 9inherit autotools pkgconfig python3native python3targetconfig
10 10
11PV = "2.2.0+git${SRCPV}" 11PV = "2.3.0"
12 12
13SRCREV = "db93bae96d64140230ad050061632531644c46ad" 13SRCREV = "72480212cd8ec0ab8d0b5064df52c146cac603b4"
14SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" 14SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"