mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
gperf: fix out-of-tree builds
(From OE-Core rev: 74d853525fc4252f717f0baaa322e6aa5c4eb88f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3f1407457f
commit
250c4d28a8
@@ -14,8 +14,8 @@ inherit autotools
|
|||||||
EXTRA_AUTORECONF += " -I ${S}"
|
EXTRA_AUTORECONF += " -I ${S}"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
if [ ! -e acinclude.m4 ]; then
|
if [ ! -e ${S}/acinclude.m4 ]; then
|
||||||
cat aclocal.m4 > acinclude.m4
|
cat ${S}/aclocal.m4 > ${S}/acinclude.m4
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user