Signed-off-by: Alexander Kanavin <[email protected]> --- meta/recipes-connectivity/openssl/openssl10.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/meta/recipes-connectivity/openssl/openssl10.inc b/meta/recipes-connectivity/openssl/openssl10.inc index 645d64ec85e..f7a8de823a5 100644 --- a/meta/recipes-connectivity/openssl/openssl10.inc +++ b/meta/recipes-connectivity/openssl/openssl10.inc @@ -16,6 +16,7 @@ PROVIDES += "openssl10" SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ " S = "${WORKDIR}/openssl-${PV}" +UPSTREAM_CHECK_REGEX = "openssl-(?P<pver>1\.0.+)\.tar" PACKAGECONFIG ?= "cryptodev-linux" PACKAGECONFIG[perl] = ",,," -- 2.17.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
