summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/gperf/gperf_3.1.bb12
1 files changed, 3 insertions, 9 deletions
diff --git a/meta/recipes-extended/gperf/gperf_3.1.bb b/meta/recipes-extended/gperf/gperf_3.1.bb
index c680ee183c..f61b2a329a 100644
--- a/meta/recipes-extended/gperf/gperf_3.1.bb
+++ b/meta/recipes-extended/gperf/gperf_3.1.bb
@@ -11,14 +11,8 @@ SRC_URI[sha256sum] = "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cd
11 11
12inherit autotools 12inherit autotools
13 13
14# autoreconf couldn't find acinclude.m4 when stepping into subdirectory. Instead of 14# The nested configures don't find the parent aclocal.m4 out of the box, so tell
15# duplicating acinclude.m4 in every subdirectory, use absolute include path to aclocal 15# it where to look explicitly (mirroring the behaviour of upstream's Makefile.devel).
16EXTRA_AUTORECONF += " -I ${S}" 16EXTRA_AUTORECONF += " -I ${S} --exclude=aclocal"
17
18do_configure_prepend() {
19 if [ ! -e ${S}/acinclude.m4 ]; then
20 cat ${S}/aclocal.m4 > ${S}/acinclude.m4
21 fi
22}
23 17
24BBCLASSEXTEND = "native" 18BBCLASSEXTEND = "native"