summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-07-30 17:54:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-31 23:02:56 +0100
commiteede1c8e35e09afd06582312ca88a6413cdccf75 (patch)
tree39ef3fa5f765eb8247fb34cfa61961ffdf9b9fbb
parentb838ba224a57715e5409890ba3b29f825e492f19 (diff)
downloadopenembedded-core-contrib-eede1c8e35e09afd06582312ca88a6413cdccf75.tar.gz
bzip2: fix upstream version check
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>
-rw-r--r--meta/recipes-extended/bzip2/bzip2_1.0.8.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.8.bb b/meta/recipes-extended/bzip2/bzip2_1.0.8.bb
index 73d933a002..6f86b451ae 100644
--- a/meta/recipes-extended/bzip2/bzip2_1.0.8.bb
+++ b/meta/recipes-extended/bzip2/bzip2_1.0.8.bb
@@ -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"