From 9c52fe75b7f77feda075e9c5296448dea6ff7922 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Wed, 7 Mar 2012 10:06:47 +0800 Subject: adt-installer: Corrected wrong environment file names. [YOCTO #2055] 1. Corrected the wrong environment file name for powerpc. 2. Removed unnecessary variables in adt_installer.conf. Signed-off-by: Lianhao Lu Signed-off-by: Richard Purdie --- meta/recipes-devtools/installer/adt-installer_1.0.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta/recipes-devtools/installer/adt-installer_1.0.bb') diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 340349d2c3..27937d96db 100644 --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb @@ -30,7 +30,7 @@ ALLOW_EMPTY = "1" PACKAGES = "" -PR = "r6" +PR = "r7" ADT_DEPLOY = "${TMPDIR}/deploy/sdk/" ADT_DIR = "${WORKDIR}/adt-installer/" @@ -68,9 +68,6 @@ fakeroot do_populate_adt () { cp -r scripts ${ADT_DIR}/ cp adt_installer ${ADT_DIR} cp adt_installer.conf ${ADT_DIR} - echo 'YOCTOADT_VERSION=${SDK_VERSION}' > ${ADT_DIR}/temp.conf - cat ${ADT_DIR}/adt_installer.conf >> ${ADT_DIR}/temp.conf - mv ${ADT_DIR}/temp.conf ${ADT_DIR}/adt_installer.conf sed -i -e 's#YOCTOADT_VERSION#${SDK_VERSION}#' ${ADT_DIR}/adt_installer.conf echo 'SDK_VENDOR=${SDK_VENDOR}' >> ${ADT_DIR}/scripts/data_define echo 'INSTALL_FOLDER=${SDKPATH}' >> ${ADT_DIR}/scripts/data_define -- cgit 1.2.3-korg