aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-06-16 12:20:40 -0500
committerKhem Raj <raj.khem@gmail.com>2023-06-17 08:30:01 -0700
commit79d5e2bbe40329e28de5e6d7522281ccfdbbb2b8 (patch)
tree66b86c4560550dc4f99f35d594298502f610ea01 /meta-oe/recipes-extended
parentc1f86dac48e9af79b153c2f101c36ad78a60cfdf (diff)
downloadmeta-openembedded-contrib-79d5e2bbe40329e28de5e6d7522281ccfdbbb2b8.tar.gz
libplist_2.3.0: compile fix for version
On CentOS9 it can be observed that that PACKAGE_VERSION variable in the configure script ends up having multiple lines, which causes the rest of the package to fail to compile. This has already been fixed upstream and is the commit immediately after the 2.3.0 tag. Rather that backport the patch simply increment the SRCREV to incorporate the fix. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb3
-rw-r--r--meta-oe/recipes-extended/libimobiledevice/libplist_git.bb2
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb
index 0ca21314ac..1a74dc88f1 100644
--- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb
+++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb
@@ -8,10 +8,11 @@ DEPENDS = "libxml2 glib-2.0 swig python3"
inherit autotools pkgconfig python3native python3targetconfig
-SRCREV = "72480212cd8ec0ab8d0b5064df52c146cac603b4"
+SRCREV = "b8fcc89b74c9128a13b07cc15a0ce25dca0cd97e"
SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master"
S = "${WORKDIR}/git"
+PR = "r1"
CVE_CHECK_IGNORE += "\
CVE-2017-5834 \
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb
index 8f5a7f166f..db092600bc 100644
--- a/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb
+++ b/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb
@@ -10,7 +10,7 @@ inherit autotools pkgconfig python3native python3targetconfig
PV = "2.3.0"
-SRCREV = "72480212cd8ec0ab8d0b5064df52c146cac603b4"
+SRCREV = "b8fcc89b74c9128a13b07cc15a0ce25dca0cd97e"
SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master"
S = "${WORKDIR}/git"