diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-12-23 10:23:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-24 08:25:14 +0000 |
commit | 520ceb4ba18c4a3811d26c50a900d1278f0185c6 (patch) | |
tree | cb3680eb6a77d713b3fa18bf264feb585920c69f | |
parent | ec66008643bdd18d62f626da680774bfe3292220 (diff) | |
download | poky-520ceb4ba18c4a3811d26c50a900d1278f0185c6.tar.gz |
libcap-ng: upgrade 0.8.1 -> 0.8.2
SRC_URI update: http -> https
(From OE-Core rev: 9965c3b6663ef7a39c6b4c3ed2826acdc42c7c45)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb (renamed from meta/recipes-support/libcap-ng/libcap-ng-python_0.8.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-support/libcap-ng/libcap-ng.inc | 4 | ||||
-rw-r--r-- | meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb (renamed from meta/recipes-support/libcap-ng/libcap-ng_0.8.1.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
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 index 43f76dc561..43f76dc561 100644 --- 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 | |||
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+" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
8 | file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" | 8 | file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" |
9 | 9 | ||
10 | SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \ | 10 | SRC_URI = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \ |
11 | file://python.patch \ | 11 | file://python.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "f06b17aaca029e245c9a26c698c6cc8a1cf42b58483d93e94ee02b478bdc1055" | 14 | SRC_URI[sha256sum] = "52c083b77c2b0d8449dee141f9c3eba76e6d4c5ad44ef05df25891126cb85ae9" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | 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 index 6e6de45494..6e6de45494 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng_0.8.1.bb +++ b/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb | |||