diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-19 20:30:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-20 15:18:30 +0000 |
commit | 9908b430f3845584218dec32295c7c4034396fc7 (patch) | |
tree | 2667eb64b4820f980004ad7c887431f8390d2db7 /meta/recipes-support/libcap | |
parent | 63837e79cfc3488dd6ef99c980867adf0a6391d6 (diff) | |
download | poky-9908b430f3845584218dec32295c7c4034396fc7.tar.gz |
libcap: upgrade 2.66 -> 2.67
License-Update: added spdx ids
(From OE-Core rev: cf49bb0c30f77b13a3b209bbb25ce74984dcb269)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcap')
-rw-r--r-- | meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch | 2 | ||||
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.67.bb (renamed from meta/recipes-support/libcap/libcap_2.66.bb) | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch b/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch index 8bd2050ea5..2ac1e6e560 100644 --- a/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch +++ b/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From a3196f3a06e7bbfde30d143c92a4325be323b3d0 Mon Sep 17 00:00:00 2001 | 1 | From 709aa8e156415215b0bb034d05b2aa2f44be044e Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Thu, 14 Oct 2021 15:57:36 +0800 | 3 | Date: Thu, 14 Oct 2021 15:57:36 +0800 |
4 | Subject: [PATCH] nativesdk-libcap: Raise the size of arrays containing dl | 4 | Subject: [PATCH] nativesdk-libcap: Raise the size of arrays containing dl |
diff --git a/meta/recipes-support/libcap/libcap_2.66.bb b/meta/recipes-support/libcap/libcap_2.67.bb index c50e9d8cc7..008183d9a0 100644 --- a/meta/recipes-support/libcap/libcap_2.66.bb +++ b/meta/recipes-support/libcap/libcap_2.67.bb | |||
@@ -5,11 +5,10 @@ users, without giving them full root permissions." | |||
5 | HOMEPAGE = "http://sites.google.com/site/fullycapable/" | 5 | HOMEPAGE = "http://sites.google.com/site/fullycapable/" |
6 | # no specific GPL version required | 6 | # no specific GPL version required |
7 | LICENSE = "BSD-3-Clause | GPL-2.0-only" | 7 | LICENSE = "BSD-3-Clause | GPL-2.0-only" |
8 | LIC_FILES_CHKSUM_PAM = "file://pam_cap/License;md5=0ad4c9c052b9719ee4fce1bfc7c7dee4" | 8 | LIC_FILES_CHKSUM_PAM = "file://pam_cap/License;md5=905326f41d3d1f8df21943f9a4ed6b50" |
9 | LIC_FILES_CHKSUM = "\ | 9 | LIC_FILES_CHKSUM = "file://License;md5=2965a646645b72ecee859b43c592dcaa \ |
10 | file://License;md5=e2370ba375efe9e1a095c26d37e483b8 \ | 10 | ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${LIC_FILES_CHKSUM_PAM}', '', d)} \ |
11 | ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${LIC_FILES_CHKSUM_PAM}', '', d)} \ | 11 | " |
12 | " | ||
13 | 12 | ||
14 | DEPENDS = "hostperl-runtime-native gperf-native" | 13 | DEPENDS = "hostperl-runtime-native gperf-native" |
15 | 14 | ||
@@ -20,7 +19,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${ | |||
20 | SRC_URI:append:class-nativesdk = " \ | 19 | SRC_URI:append:class-nativesdk = " \ |
21 | file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \ | 20 | file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \ |
22 | " | 21 | " |
23 | SRC_URI[sha256sum] = "15c40ededb3003d70a283fe587a36b7d19c8b3b554e33f86129c059a4bb466b2" | 22 | SRC_URI[sha256sum] = "ce9b22fdc271beb6dae7543da5f74cf24cb82e6848cfd088a5a069dec5ea5198" |
24 | 23 | ||
25 | UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/" | 24 | UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/" |
26 | 25 | ||