summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2018-09-06 12:29:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-10 12:13:05 +0100
commit050e3e48f06fb16ce2f622d6e591e35a48249bcd (patch)
tree3c36308d49f5fa8df8d591fab01492ddb98af767 /meta/recipes-extended
parentd6c564632c816a1cb664830634119f2e1a24beb7 (diff)
downloadpoky-050e3e48f06fb16ce2f622d6e591e35a48249bcd.tar.gz
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. (From OE-Core rev: 12baebac49ab774935f1f71eaaf22ed696366d10) 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.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
index acbf80a685..6cafe26180 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"
20SRC_URI[sha256sum] = "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd" 20SRC_URI[sha256sum] = "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd"
21 21
22UPSTREAM_CHECK_URI = "https://www.sourceware.org/bzip2/" 22UPSTREAM_CHECK_URI = "https://www.sourceware.org/bzip2/"
23UPSTREAM_VERSION_UNKNOWN = "1"
23 24
24PACKAGES =+ "libbz2" 25PACKAGES =+ "libbz2"
25 26