diff options
-rw-r--r-- | meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb | 3 | ||||
-rw-r--r-- | meta-oe/recipes-extended/libimobiledevice/libplist_git.bb | 2 |
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 | ||
9 | inherit autotools pkgconfig python3native python3targetconfig | 9 | inherit autotools pkgconfig python3native python3targetconfig |
10 | 10 | ||
11 | SRCREV = "72480212cd8ec0ab8d0b5064df52c146cac603b4" | 11 | SRCREV = "b8fcc89b74c9128a13b07cc15a0ce25dca0cd97e" |
12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" | 12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | PR = "r1" | ||
15 | 16 | ||
16 | CVE_CHECK_IGNORE += "\ | 17 | CVE_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 | ||
11 | PV = "2.3.0" | 11 | PV = "2.3.0" |
12 | 12 | ||
13 | SRCREV = "72480212cd8ec0ab8d0b5064df52c146cac603b4" | 13 | SRCREV = "b8fcc89b74c9128a13b07cc15a0ce25dca0cd97e" |
14 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" | 14 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |