diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2024-12-17 17:01:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-19 09:41:22 -0800 |
| commit | 520ff13302cd72d7cc111e947fddddeafddb2906 (patch) | |
| tree | 1e5cf5c0b70f2853f5f13d755f58c9ddd5ecb3c6 | |
| parent | 60cd45ada46682376338941f998d4951f4630e57 (diff) | |
| download | meta-openembedded-520ff13302cd72d7cc111e947fddddeafddb2906.tar.gz | |
libplist: upgrade 2.3.0 -> 2.6.0
Changes:
* Revert back API change around PLIST_DATA to use char* again
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb (renamed from meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb index 81a3c26e04..7278299a08 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS = "libxml2 glib-2.0 swig python3" | |||
| 8 | 8 | ||
| 9 | inherit autotools pkgconfig python3native python3targetconfig | 9 | inherit autotools pkgconfig python3native python3targetconfig |
| 10 | 10 | ||
| 11 | SRCREV = "b8fcc89b74c9128a13b07cc15a0ce25dca0cd97e" | 11 | SRCREV = "2117b8fdb6b4096455bd2041a63e59a028120136" |
| 12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" | 12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
