diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-04-11 12:13:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-13 22:23:50 +0100 |
commit | 499f91cb6d7c7eaadea2a57cfe9597a723339da4 (patch) | |
tree | 18e057f5fecb11a2602b1989e4c43f8769a0d560 | |
parent | 843b4094628cf7875224f69f664b0ba1040183c3 (diff) | |
download | poky-499f91cb6d7c7eaadea2a57cfe9597a723339da4.tar.gz |
itstool: correct upstream version check
(From OE-Core rev: 292399557b5b5028f8dbd6e45771c0b5d7271c77)
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>
-rw-r--r-- | meta/recipes-support/itstool/itstool_2.0.7.bb | 2 |
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 | ||
14 | SRC_URI = "http://files.itstool.org/${BPN}/${BPN}-${PV}.tar.bz2 \ | 14 | SRC_URI = "http://files.itstool.org/${BPN}/${BPN}-${PV}.tar.bz2 \ |
15 | " | 15 | " |
16 | UPSTREAM_CHECK_URI = "https://itstool.org/download.html" | ||
17 | |||
16 | SRC_URI:append:class-native = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch" | 18 | SRC_URI:append:class-native = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch" |
17 | SRC_URI:append:class-nativesdk = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch" | 19 | SRC_URI:append:class-nativesdk = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch" |
18 | SRC_URI:append:class-target = " file://0002-Don-t-use-build-time-hardcoded-python-binary-path.patch" | 20 | SRC_URI:append:class-target = " file://0002-Don-t-use-build-time-hardcoded-python-binary-path.patch" |