From 82999c1c8fa2662653054329100d2ea2f05a695e Mon Sep 17 00:00:00 2001 From: Chong Lu Date: Fri, 4 Jul 2014 16:45:13 +0800 Subject: adt_installer: remove unnecessary variable YOCTOADT_VERSION is not included in adt_installer.conf file. Remove this variable, because we don't need it. (From OE-Core rev: 9b7720f4efc578f0673935ab9ad98ad3f392716e) Signed-off-by: Chong Lu Signed-off-by: Richard Purdie --- meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 6380b6c830..6a63e79e9f 100644 --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb @@ -34,7 +34,6 @@ PR = "r11" ADT_DEPLOY = "${TMPDIR}/deploy/sdk/" ADT_DIR = "${WORKDIR}/adt-installer/" -YOCTOADT_VERSION = "${SDK_VERSION}" S = "${WORKDIR}/opkg-${PV}" PV = "0.2.0" @@ -74,7 +73,6 @@ fakeroot do_populate_adt () { cp -r scripts ${ADT_DIR}/ cp adt_installer ${ADT_DIR} cp adt_installer.conf ${ADT_DIR} - sed -i -e 's#YOCTOADT_VERSION#${SDK_VERSION}#' ${ADT_DIR}/adt_installer.conf sed -i -e 's#ADTREPO#${ADTREPO}#' ${ADT_DIR}/adt_installer.conf echo 'SDK_VENDOR=${SDK_VENDOR}' >> ${ADT_DIR}/scripts/data_define echo 'DEFAULT_INSTALL_FOLDER=${SDKPATH}' >> ${ADT_DIR}/scripts/data_define -- cgit v1.2.3-54-g00ecf