]> code.ossystems Code Review - openembedded-core.git/commitdiff
bzip2: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 30 Jul 2019 15:54:32 +0000 (17:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Jul 2019 22:02:56 +0000 (23:02 +0100)
As it is now working, we do not need an exception from the check anymore.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/bzip2/bzip2_1.0.8.bb

index 73d933a0025b2cadd538649f3008c8dce217b44d..6f86b451ae04c47a8b836e7091532c167507b7da 100644 (file)
@@ -16,7 +16,6 @@ SRC_URI[md5sum] = "67e051268d0c475ea773822f7500d0e5"
 SRC_URI[sha256sum] = "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269"
 
 UPSTREAM_CHECK_URI = "https://www.sourceware.org/pub/bzip2/"
-UPSTREAM_VERSION_UNKNOWN = "1"
 
 PACKAGES =+ "libbz2"