mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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() {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user