From: Chong Lu Date: Fri, 4 Jul 2014 08:45:13 +0000 (+0800) Subject: adt_installer: remove unnecessary variable X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b7720f4efc578f0673935ab9ad98ad3f392716e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git adt_installer: remove unnecessary variable YOCTOADT_VERSION is not included in adt_installer.conf file. Remove this variable, because we don't need it. Signed-off-by: Chong Lu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 6380b6c8301..6a63e79e9f1 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