mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 07:50:47 +00:00
android-tools: fix UNPACKDIR conversion leftovers
With the intruction of the UNPACKDIR the remount script is placed in the UNPACKDIR and not in S. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
88f604fa71
commit
6dd9cd977f
@ -139,7 +139,7 @@ do_compile() {
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${base_sbindir}
|
||||
install -m 0755 ${S}/../remount -D ${D}${base_sbindir}/remount
|
||||
install -m 0755 ${UNPACKDIR}/remount -D ${D}${base_sbindir}/remount
|
||||
|
||||
for tool in img2simg simg2img fastboot adbd; do
|
||||
if echo ${TOOLS_TO_BUILD} | grep -q "$tool" ; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user