]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libedit: fix upstream verison check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 5 Aug 2019 11:35:22 +0000 (13:35 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Aug 2019 10:23:36 +0000 (11:23 +0100)
The default works fine; not sure why the line was added.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libedit/libedit_20190324-3.1.bb

index 01e7f3600969636b60d34874100d0fc53bc40256..6a599ebca55b2ec4bb08d80ebd4212de8962d7ee 100644 (file)
@@ -18,6 +18,4 @@ SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \
 SRC_URI[md5sum] = "bec755c8044ad84b752dfe49a0b371d8"
 SRC_URI[sha256sum] = "ac8f0f51c1cf65492e4d1e3ed2be360bda41e54633444666422fbf393bba1bae"
 
-UPSTREAM_CHECK_REGEX = "libedit-(?P<pver>\d+(\.\d+)+)\.tar.gz"
-
 BBCLASSEXTEND = "native nativesdk"