From 79d5e2bbe40329e28de5e6d7522281ccfdbbb2b8 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 16 Jun 2023 12:20:40 -0500 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb | 3 ++- meta-oe/recipes-extended/libimobiledevice/libplist_git.bb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-oe') 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" -- cgit v1.2.3-54-g00ecf