mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
azy: fix do_configure
* something changed in override/prepend expansion and azy-native now had do_configure_prepend applied too Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -12,16 +12,17 @@ BBCLASSEXTEND = "native"
|
|||||||
|
|
||||||
EXTRA_OECONF += " --disable-mysql-tests"
|
EXTRA_OECONF += " --disable-mysql-tests"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_class-target() {
|
||||||
sed -i "s#\./lemon#${STAGING_BINDIR_NATIVE}/lemon#g" ${S}/src/bin/Makefile.am
|
sed -i "s#\./lemon#${STAGING_BINDIR_NATIVE}/lemon#g" ${S}/src/bin/Makefile.am
|
||||||
sed -i "s#\$(top_builddir)/src/bin/azy_parser -H -p -o#${STAGING_BINDIR_NATIVE}/azy_parser -H -p -o#g" ${S}/src/tests/Makefile.am
|
sed -i "s#\$(top_builddir)/src/bin/azy_parser -H -p -o#${STAGING_BINDIR_NATIVE}/azy_parser -H -p -o#g" ${S}/src/tests/Makefile.am
|
||||||
sed -i "s#\$(top_builddir)/src/bin/azy_parser -eHn -m#${STAGING_BINDIR_NATIVE}/azy_parser -eHn -m#g" ${S}/src/tests/identi.ca/Makefile.am
|
sed -i "s#\$(top_builddir)/src/bin/azy_parser -eHn -m#${STAGING_BINDIR_NATIVE}/azy_parser -eHn -m#g" ${S}/src/tests/identi.ca/Makefile.am
|
||||||
|
efl_do_configure
|
||||||
}
|
}
|
||||||
do_configure_virtclass-native() {
|
do_configure_class-native() {
|
||||||
efl_do_configure
|
efl_do_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_append_virtclass-native() {
|
do_install_append_class-native() {
|
||||||
install -d ${D}/${bindir}
|
install -d ${D}/${bindir}
|
||||||
install -m 0755 ${S}/src/bin/lemon ${D}/${bindir}
|
install -m 0755 ${S}/src/bin/lemon ${D}/${bindir}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user