From: Yi Zhao Date: Wed, 23 Dec 2020 02:23:26 +0000 (+0800) Subject: libcap-ng: upgrade 0.8.1 -> 0.8.2 X-Git-Tag: uninative-2.10~387 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9965c3b6663ef7a39c6b4c3ed2826acdc42c7c45;p=openembedded-core.git libcap-ng: upgrade 0.8.1 -> 0.8.2 SRC_URI update: http -> https Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.1.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb similarity index 100% rename from meta/recipes-support/libcap-ng/libcap-ng-python_0.8.1.bb rename to meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc index a312b602ff..8c52b5d0b9 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng.inc +++ b/meta/recipes-support/libcap-ng/libcap-ng.inc @@ -7,10 +7,10 @@ LICENSE = "GPLv2+ & LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" -SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \ +SRC_URI = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \ file://python.patch \ " -SRC_URI[sha256sum] = "f06b17aaca029e245c9a26c698c6cc8a1cf42b58483d93e94ee02b478bdc1055" +SRC_URI[sha256sum] = "52c083b77c2b0d8449dee141f9c3eba76e6d4c5ad44ef05df25891126cb85ae9" BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.8.1.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb similarity index 100% rename from meta/recipes-support/libcap-ng/libcap-ng_0.8.1.bb rename to meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb