mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
azy: fix build for B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ do_configure_prepend_class-target() {
|
|||||||
|
|
||||||
do_install_append_class-native() {
|
do_install_append_class-native() {
|
||||||
install -d ${D}/${bindir}
|
install -d ${D}/${bindir}
|
||||||
install -m 0755 ${S}/src/bin/lemon ${D}/${bindir}/azy_lemon
|
install -m 0755 ${B}/src/bin/lemon ${D}/${bindir}/azy_lemon
|
||||||
}
|
}
|
||||||
|
|
||||||
inherit efl
|
inherit efl
|
||||||
|
|||||||
Reference in New Issue
Block a user