libcap: upgrade 2.61 -> 2.62

Message ID 1639401578-27830-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit e7a297548ae0af8aa6b7070d66908c3260f95597
Headers show
Series libcap: upgrade 2.61 -> 2.62 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 13, 2021, 1:19 p.m. UTC
Remove set of BUILD_GPERF since it is now reserved.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-support/libcap/{libcap_2.61.bb => libcap_2.62.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-support/libcap/{libcap_2.61.bb => libcap_2.62.bb} (95%)

Comments

Alexander Kanavin Dec. 13, 2021, 2:15 p.m. UTC | #1
No need to remove: it can be replaced with USE_GPERF, as the error message
is saying.

Alex

On Mon, 13 Dec 2021 at 14:20, wangmy <wangmy@fujitsu.com> wrote:

> Remove set of BUILD_GPERF since it is now reserved.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta/recipes-support/libcap/{libcap_2.61.bb => libcap_2.62.bb} | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>  rename meta/recipes-support/libcap/{libcap_2.61.bb => libcap_2.62.bb}
> (95%)
>
> diff --git a/meta/recipes-support/libcap/libcap_2.61.bb
> b/meta/recipes-support/libcap/libcap_2.62.bb
> similarity index 95%
> rename from meta/recipes-support/libcap/libcap_2.61.bb
> rename to meta/recipes-support/libcap/libcap_2.62.bb
> index a3a6e10b89..7492ad816d 100644
> --- a/meta/recipes-support/libcap/libcap_2.61.bb
> +++ b/meta/recipes-support/libcap/libcap_2.62.bb
> @@ -16,7 +16,7 @@ SRC_URI =
> "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${
>  SRC_URI:append:class-nativesdk = " \
>
> file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \
>             "
> -SRC_URI[sha256sum] =
> "c1e29680f8bcc51b172e9a8eb9a7a4d7255a00a14301a7c2cf96d1febf7449a5"
> +SRC_URI[sha256sum] =
> "190c5baac9bee06a129eae20d3e827de62f664fe3507f0bf6c50a9a59fbd83a2"
>
>  UPSTREAM_CHECK_URI = "
> https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"
>
> @@ -32,7 +32,6 @@ EXTRA_OEMAKE = " \
>    lib='${baselib}' \
>    RAISE_SETFCAP=no \
>    DYNAMIC=yes \
> -  BUILD_GPERF=yes \
>  "
>
>  EXTRA_OEMAKE:append:class-target = " SYSTEM_HEADERS=${STAGING_INCDIR}"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#159628):
> https://lists.openembedded.org/g/openembedded-core/message/159628
> Mute This Topic: https://lists.openembedded.org/mt/87697026/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

Patch

diff --git a/meta/recipes-support/libcap/libcap_2.61.bb b/meta/recipes-support/libcap/libcap_2.62.bb
similarity index 95%
rename from meta/recipes-support/libcap/libcap_2.61.bb
rename to meta/recipes-support/libcap/libcap_2.62.bb
index a3a6e10b89..7492ad816d 100644
--- a/meta/recipes-support/libcap/libcap_2.61.bb
+++ b/meta/recipes-support/libcap/libcap_2.62.bb
@@ -16,7 +16,7 @@  SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${
 SRC_URI:append:class-nativesdk = " \
            file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \
            "
-SRC_URI[sha256sum] = "c1e29680f8bcc51b172e9a8eb9a7a4d7255a00a14301a7c2cf96d1febf7449a5"
+SRC_URI[sha256sum] = "190c5baac9bee06a129eae20d3e827de62f664fe3507f0bf6c50a9a59fbd83a2"
 
 UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"
 
@@ -32,7 +32,6 @@  EXTRA_OEMAKE = " \
   lib='${baselib}' \
   RAISE_SETFCAP=no \
   DYNAMIC=yes \
-  BUILD_GPERF=yes \
 "
 
 EXTRA_OEMAKE:append:class-target = " SYSTEM_HEADERS=${STAGING_INCDIR}"