From: Alexander Kanavin Date: Thu, 6 Sep 2018 10:29:12 +0000 (+0200) Subject: bzip2: do not perform upstream verison check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~16760 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12baebac49ab774935f1f71eaaf22ed696366d10;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bzip2: do not perform upstream verison check Otherwise, latest version is reported as 1.0.2 which is less than 1.0.6. Hopefully some kind of official homepage will exist at some point. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb index acbf80a685b..6cafe261809 100644 --- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb +++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb @@ -20,6 +20,7 @@ SRC_URI[md5sum] = "00b516f4704d4a7cb50a1d97e6e8e15b" SRC_URI[sha256sum] = "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd" UPSTREAM_CHECK_URI = "https://www.sourceware.org/bzip2/" +UPSTREAM_VERSION_UNKNOWN = "1" PACKAGES =+ "libbz2"