From 6dd9cd977f889e37efaa5a8871a9824e19d2bd77 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Fri, 24 May 2024 14:57:04 +0300 Subject: 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 Signed-off-by: Khem Raj --- .../selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/dynamic-layers') diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb index 176107f2a7..456c7400ef 100644 --- a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb +++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb @@ -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 -- cgit v1.2.3-54-g00ecf