diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-07-04 16:45:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-08 11:20:13 +0100 |
commit | 82999c1c8fa2662653054329100d2ea2f05a695e (patch) | |
tree | 020d5b42eca6caf99c95ddf7626ed5f6779a86cd /meta/recipes-devtools | |
parent | 5d179f6d28fdeb382188997d4c69eb482cc013d7 (diff) | |
download | poky-82999c1c8fa2662653054329100d2ea2f05a695e.tar.gz |
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 <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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" | |||
34 | 34 | ||
35 | ADT_DEPLOY = "${TMPDIR}/deploy/sdk/" | 35 | ADT_DEPLOY = "${TMPDIR}/deploy/sdk/" |
36 | ADT_DIR = "${WORKDIR}/adt-installer/" | 36 | ADT_DIR = "${WORKDIR}/adt-installer/" |
37 | YOCTOADT_VERSION = "${SDK_VERSION}" | ||
38 | S = "${WORKDIR}/opkg-${PV}" | 37 | S = "${WORKDIR}/opkg-${PV}" |
39 | 38 | ||
40 | PV = "0.2.0" | 39 | PV = "0.2.0" |
@@ -74,7 +73,6 @@ fakeroot do_populate_adt () { | |||
74 | cp -r scripts ${ADT_DIR}/ | 73 | cp -r scripts ${ADT_DIR}/ |
75 | cp adt_installer ${ADT_DIR} | 74 | cp adt_installer ${ADT_DIR} |
76 | cp adt_installer.conf ${ADT_DIR} | 75 | cp adt_installer.conf ${ADT_DIR} |
77 | sed -i -e 's#YOCTOADT_VERSION#${SDK_VERSION}#' ${ADT_DIR}/adt_installer.conf | ||
78 | sed -i -e 's#ADTREPO#${ADTREPO}#' ${ADT_DIR}/adt_installer.conf | 76 | sed -i -e 's#ADTREPO#${ADTREPO}#' ${ADT_DIR}/adt_installer.conf |
79 | echo 'SDK_VENDOR=${SDK_VENDOR}' >> ${ADT_DIR}/scripts/data_define | 77 | echo 'SDK_VENDOR=${SDK_VENDOR}' >> ${ADT_DIR}/scripts/data_define |
80 | echo 'DEFAULT_INSTALL_FOLDER=${SDKPATH}' >> ${ADT_DIR}/scripts/data_define | 78 | echo 'DEFAULT_INSTALL_FOLDER=${SDKPATH}' >> ${ADT_DIR}/scripts/data_define |