mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d6c564632c
commit
050e3e48f0
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user