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>
This commit is contained in:
Patrick Williams 2023-06-16 12:20:40 -05:00 committed by Khem Raj
parent c1f86dac48
commit 79d5e2bbe4
2 changed files with 3 additions and 2 deletions

View File

@ -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 \

View File

@ -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"