mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
do_configure:prepend() {
|
|
cd ${S}
|
|
NOCONFIGURE=yes ./autogen.sh
|
|
cd ${B}
|
|
}
|
|
|
|
AUTOTOOLS_COPYACLOCAL = "1"
|