mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-16 12:57:03 +00:00
lightmediascanner: fix build for B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
d1810d6043
commit
b6d91f59cf
@ -22,7 +22,7 @@ inherit autotools pkgconfig
|
|||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
install -d ${D}/${bindir}/
|
install -d ${D}/${bindir}/
|
||||||
install -m 755 ${S}/src/bin/.libs/test ${D}/${bindir}/test-lms
|
install -m 755 ${B}/src/bin/.libs/test ${D}/${bindir}/test-lms
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-test"
|
PACKAGES =+ "${PN}-test"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user