[oe-commits] Matthieu Crapet : libcap 2.22: fix, disable gperf detection

git at git.openembedded.org git at git.openembedded.org
Sun Mar 30 09:03:23 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 5c7946f790b5e8da8f30e3493c04c07b30b89d17
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5c7946f790b5e8da8f30e3493c04c07b30b89d17

Author: Matthieu Crapet <Matthieu.Crapet at ingenico.com>
Date:   Fri Mar 28 17:13:35 2014 +0100

libcap 2.22: fix, disable gperf detection

gperf straight invoke is not suitable for cross environment (gperf-native should be used instead).
Formal patch has been submited to the upstream.
As libcap 2.24 is currently available, I prefer doing this quick fix.

Signed-off-by: Matthieu Crapet <Matthieu.Crapet at ingenico.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/libcap/libcap.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-support/libcap/libcap.inc b/meta/recipes-support/libcap/libcap.inc
index ccc0fde..fef700a 100644
--- a/meta/recipes-support/libcap/libcap.inc
+++ b/meta/recipes-support/libcap/libcap.inc
@@ -24,6 +24,9 @@ do_configure() {
 	# on what should be replaced with ?=
 	sed -e 's,:=,?=,g' -i Make.Rules
 	sed -e 's,^BUILD_CFLAGS ?= $(.*CFLAGS),BUILD_CFLAGS := $(BUILD_CFLAGS),' -i Make.Rules
+
+	# disable gperf detection
+	sed -e '/shell gperf/cifeq (,yes)' -i libcap/Makefile
 }
 
 EXTRA_OEMAKE = " \



More information about the Openembedded-commits mailing list