[oe-commits] Dmitry Eremin-Solenikov : adt-installer: use DEPLOY_DIR in ANT_DEPLOY expansion

git at git.openembedded.org git at git.openembedded.org
Sun Aug 16 13:14:31 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 285943c5bc31c50316dac9a9052321067d829802
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=285943c5bc31c50316dac9a9052321067d829802

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Wed Aug 12 17:00:23 2015 +0300

adt-installer: use DEPLOY_DIR in ANT_DEPLOY expansion

Currently adt-installer uses "${TMPDIR}/deploy/sdk/" as a deployment dir.
This doesn't interact well with DEPLOY_DIR reassignment. So let's use
"${DEPLOY_DIR}/sdk/" instead.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb
index c871e42..346fd9e 100644
--- a/meta/recipes-devtools/installer/adt-installer_1.0.bb
+++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb
@@ -33,7 +33,7 @@ INHIBIT_DEFAULT_DEPS = "1"
 
 PR = "r11"
 
-ADT_DEPLOY = "${TMPDIR}/deploy/sdk/"
+ADT_DEPLOY = "${DEPLOY_DIR}/sdk/"
 ADT_DIR = "${WORKDIR}/adt-installer/"
 S = "${WORKDIR}/opkg-${PV}"
 



More information about the Openembedded-commits mailing list