From e54e367e07ce7c69272693413db7f87a8629c536 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 2 Aug 2017 18:27:29 +0300 Subject: libcap: fix build with gperf 3.1 Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-support/libcap/libcap_2.25.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-support/libcap/libcap_2.25.bb') diff --git a/meta/recipes-support/libcap/libcap_2.25.bb b/meta/recipes-support/libcap/libcap_2.25.bb index 5c2765f343..d619a2eb4c 100644 --- a/meta/recipes-support/libcap/libcap_2.25.bb +++ b/meta/recipes-support/libcap/libcap_2.25.bb @@ -9,7 +9,8 @@ DEPENDS = "hostperl-runtime-native gperf-native" SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${PV}.tar.xz \ file://0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch \ -" + file://0001-Fix-build-with-gperf-3.1.patch \ + " SRC_URI[md5sum] = "6666b839e5d46c2ad33fc8aa2ceb5f77" SRC_URI[sha256sum] = "693c8ac51e983ee678205571ef272439d83afe62dd8e424ea14ad9790bc35162" -- cgit 1.2.3-korg