[oe-commits] [openembedded-core] 06/17: bzip2: fix upstream version check

git at git.openembedded.org git at git.openembedded.org
Wed Jul 31 22:03:33 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit eede1c8e35e09afd06582312ca88a6413cdccf75
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Tue Jul 30 17:54:32 2019 +0200

    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/bzip2/bzip2_1.0.8.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.8.bb b/meta/recipes-extended/bzip2/bzip2_1.0.8.bb
index 73d933a..6f86b45 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list