diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-03-30 14:06:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-30 16:06:55 +0100 |
commit | bebcac5e6eaceb7bdafa6432e42fe8073a42c6d2 (patch) | |
tree | 8564b84922eef991d17a373f1abe043ea9964bce /meta/recipes-devtools/installer/adt-installer_1.0.bb | |
parent | d1ffae623ea9a6be3d2cb9067f64f33cc1fd1e8a (diff) | |
download | openembedded-core-bebcac5e6eaceb7bdafa6432e42fe8073a42c6d2.tar.gz openembedded-core-bebcac5e6eaceb7bdafa6432e42fe8073a42c6d2.tar.bz2 openembedded-core-bebcac5e6eaceb7bdafa6432e42fe8073a42c6d2.zip |
adt-installer: Adapted environment file name for powerpc.
Adpated to the new environment file name for powerpc, due to the oe-core
commit c2d96179.
Fixed bug [YOCTO #2055].
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer_1.0.bb')
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 27937d96db..07bef882d8 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 = "r7" +PR = "r8" ADT_DEPLOY = "${TMPDIR}/deploy/sdk/" ADT_DIR = "${WORKDIR}/adt-installer/" |