mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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. (From OE-Core rev: 5c7946f790b5e8da8f30e3493c04c07b30b89d17) Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7cb65151f8
commit
0bc2d87489
@@ -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 = " \
|
||||
|
||||
Reference in New Issue
Block a user