mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 04:30:00 +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:
committed by
Khem Raj
parent
88f604fa71
commit
6dd9cd977f
+1
-1
@@ -139,7 +139,7 @@ do_compile() {
|
|||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${base_sbindir}
|
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
|
for tool in img2simg simg2img fastboot adbd; do
|
||||||
if echo ${TOOLS_TO_BUILD} | grep -q "$tool" ; then
|
if echo ${TOOLS_TO_BUILD} | grep -q "$tool" ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user