diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-01-18 15:03:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-19 11:34:12 +0000 |
commit | 89705eadb48a373ddf6488f323bda0f18237954a (patch) | |
tree | f8d972e20c5ce7184817c010344d5d620dfc5569 /meta/recipes-devtools/installer/adt-installer_1.0.bb | |
parent | ea8e63df249715333ee5464a65a4d9684f7484b1 (diff) | |
download | ast2050-yocto-poky-89705eadb48a373ddf6488f323bda0f18237954a.zip ast2050-yocto-poky-89705eadb48a373ddf6488f323bda0f18237954a.tar.gz |
adt-installer: install autoconf(/automake)-nativesdk
[YOCTO #1909]
Install autoconf-nativesdk and automake-nativesdk to host.
(From OE-Core rev: 0b3842f5c3c1587d25e70bc8223e2b144b9043cb)
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 53911b8..39e53c1 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 = "r4" +PR = "r5" ADT_DEPLOY = "${TMPDIR}/deploy/sdk/" ADT_DIR = "${WORKDIR}/adt-installer/" |