diff mbox series

[meta-oe] libplist_2.3.0: compile fix for version

Message ID 20230616172040.3156102-1-patrick@stwcx.xyz
State Under Review
Headers show
Series [meta-oe] libplist_2.3.0: compile fix for version | expand

Commit Message

Patrick Williams June 16, 2023, 5:20 p.m. UTC
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>
---
 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(-)
diff mbox series

Patch

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 0ca21314a..1a74dc88f 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 8f5a7f166..db092600b 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"