From: Alexander Kanavin Date: Mon, 5 Aug 2019 11:35:22 +0000 (+0200) Subject: libedit: fix upstream verison check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66bb9fd36128bb5ce12c7a5e224cfcd69dc2cd06;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libedit: fix upstream verison check The default works fine; not sure why the line was added. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb b/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb index 01e7f360096..6a599ebca55 100644 --- a/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb +++ b/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb @@ -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\d+(\.\d+)+)\.tar.gz" - BBCLASSEXTEND = "native nativesdk"