mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +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:
committed by
Martin Jansa
parent
bd44e54246
commit
1c2147485f
@@ -21,5 +21,5 @@ S = "${WORKDIR}/git"
|
||||
inherit autotools
|
||||
|
||||
do_configure_prepend () {
|
||||
./autogen.sh
|
||||
( cd ${S}; ./autogen.sh )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user