summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
8 8
9inherit autotools pkgconfig python3native python3targetconfig 9inherit autotools pkgconfig python3native python3targetconfig
10 10
11SRCREV = "72480212cd8ec0ab8d0b5064df52c146cac603b4" 11SRCREV = "b8fcc89b74c9128a13b07cc15a0ce25dca0cd97e"
12SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" 12SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15PR = "r1"
15 16
16CVE_CHECK_IGNORE += "\ 17CVE_CHECK_IGNORE += "\
17 CVE-2017-5834 \ 18 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
10 10
11PV = "2.3.0" 11PV = "2.3.0"
12 12
13SRCREV = "72480212cd8ec0ab8d0b5064df52c146cac603b4" 13SRCREV = "b8fcc89b74c9128a13b07cc15a0ce25dca0cd97e"
14SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" 14SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"