mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 20:23:04 +00:00
ltrace: Run autogen.sh in source directory
The autogen.sh script needs to be run in and from the source directory. The configuration step can still be run from out-of-tree. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
bd44e54246
commit
1c2147485f
@ -21,5 +21,5 @@ S = "${WORKDIR}/git"
|
|||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
./autogen.sh
|
( cd ${S}; ./autogen.sh )
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user