mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
c1f86dac48
commit
79d5e2bbe4
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user