summaryrefslogtreecommitdiffstats
path: root/recipes-extended/gperf/gperf.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 23:59:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 00:02:10 +0100
commit80747190ccce6628ce8815cf856f6ab867a00b5d (patch)
tree07be151fe85a5cf4207b8606fbe566e339e105e5 /recipes-extended/gperf/gperf.inc
parent27eafbb395fd4f607249b2e57085012e40283926 (diff)
downloadmeta-gplv2-80747190ccce6628ce8815cf856f6ab867a00b5d.tar.gz
meta-gplv2: Convert to new override syntax
This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-extended/gperf/gperf.inc')
-rw-r--r--recipes-extended/gperf/gperf.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/gperf/gperf.inc b/recipes-extended/gperf/gperf.inc
index a8ce230..10738e4 100644
--- a/recipes-extended/gperf/gperf.inc
+++ b/recipes-extended/gperf/gperf.inc
@@ -13,7 +13,7 @@ inherit autotools
13# duplicating acinclude.m4 in every subdirectory, use absolute include path to aclocal 13# duplicating acinclude.m4 in every subdirectory, use absolute include path to aclocal
14EXTRA_AUTORECONF += " -I ${S}" 14EXTRA_AUTORECONF += " -I ${S}"
15 15
16do_configure_prepend() { 16do_configure:prepend() {
17 if [ ! -e ${S}/acinclude.m4 ]; then 17 if [ ! -e ${S}/acinclude.m4 ]; then
18 cat ${S}/aclocal.m4 > ${S}/acinclude.m4 18 cat ${S}/aclocal.m4 > ${S}/acinclude.m4
19 fi 19 fi