mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
8910aced94
commit
d4e2e97ee4
|
|
@ -12,16 +12,17 @@ BBCLASSEXTEND = "native"
|
|||
|
||||
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#\$(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
|
||||
efl_do_configure
|
||||
}
|
||||
do_configure_virtclass-native() {
|
||||
do_configure_class-native() {
|
||||
efl_do_configure
|
||||
}
|
||||
|
||||
do_install_append_virtclass-native() {
|
||||
do_install_append_class-native() {
|
||||
install -d ${D}/${bindir}
|
||||
install -m 0755 ${S}/src/bin/lemon ${D}/${bindir}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user