summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-04-11 12:13:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-14 09:46:59 +0100
commit4dbd32ccee73d1dcdf075e9c5b11a779e6665730 (patch)
tree27ff6604b41a527381e8fa9d9c22ea97dba59269 /meta
parent6bef16bde3a4e3d14f2b5a3c32b6697012544121 (diff)
downloadpoky-4dbd32ccee73d1dcdf075e9c5b11a779e6665730.tar.gz
itstool: correct upstream version check
(From OE-Core rev: 62a81447d7b1859c7f8df9958bfa889ccc48674f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/itstool/itstool_2.0.7.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/itstool/itstool_2.0.7.bb b/meta/recipes-support/itstool/itstool_2.0.7.bb
index 5af16995d7..336fb636d5 100644
--- a/meta/recipes-support/itstool/itstool_2.0.7.bb
+++ b/meta/recipes-support/itstool/itstool_2.0.7.bb
@@ -13,6 +13,8 @@ DEPENDS = "libxml2-native"
13 13
14SRC_URI = "http://files.itstool.org/${BPN}/${BPN}-${PV}.tar.bz2 \ 14SRC_URI = "http://files.itstool.org/${BPN}/${BPN}-${PV}.tar.bz2 \
15 " 15 "
16UPSTREAM_CHECK_URI = "https://itstool.org/download.html"
17
16SRC_URI:append:class-native = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch" 18SRC_URI:append:class-native = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch"
17SRC_URI:append:class-nativesdk = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch" 19SRC_URI:append:class-nativesdk = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch"
18SRC_URI:append:class-target = " file://0002-Don-t-use-build-time-hardcoded-python-binary-path.patch" 20SRC_URI:append:class-target = " file://0002-Don-t-use-build-time-hardcoded-python-binary-path.patch"