From: Alexander Kanavin Date: Mon, 11 Apr 2022 10:13:35 +0000 (+0200) Subject: itstool: correct upstream version check X-Git-Tag: yocto-4.0~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62a81447d7b1859c7f8df9958bfa889ccc48674f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git itstool: correct upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/itstool/itstool_2.0.7.bb b/meta/recipes-support/itstool/itstool_2.0.7.bb index 5af16995d73..336fb636d55 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" SRC_URI = "http://files.itstool.org/${BPN}/${BPN}-${PV}.tar.bz2 \ " +UPSTREAM_CHECK_URI = "https://itstool.org/download.html" + SRC_URI:append:class-native = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch" SRC_URI:append:class-nativesdk = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch" SRC_URI:append:class-target = " file://0002-Don-t-use-build-time-hardcoded-python-binary-path.patch"