diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-07-30 17:54:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-31 23:03:01 +0100 |
commit | fc0c93a62eff08876f8f6b701e3a221ace2fc767 (patch) | |
tree | 7502dc8fd92ad9a27fae86dbfa329e17bf3a4dbe /meta/recipes-extended | |
parent | 7e1fdbbe4dd9301d0388bb651ef943ebc66f18f4 (diff) | |
download | poky-fc0c93a62eff08876f8f6b701e3a221ace2fc767.tar.gz |
bzip2: fix upstream version check
As it is now working, we do not need an exception from the check anymore.
(From OE-Core rev: eede1c8e35e09afd06582312ca88a6413cdccf75)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2_1.0.8.bb | 1 |
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" | |||
16 | SRC_URI[sha256sum] = "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269" | 16 | SRC_URI[sha256sum] = "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://www.sourceware.org/pub/bzip2/" | 18 | UPSTREAM_CHECK_URI = "https://www.sourceware.org/pub/bzip2/" |
19 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
20 | 19 | ||
21 | PACKAGES =+ "libbz2" | 20 | PACKAGES =+ "libbz2" |
22 | 21 | ||