[oe-commits] Saul Wold : tar: don't mv tar for nativesdk

git at git.openembedded.org git at git.openembedded.org
Mon Jun 10 17:00:09 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: b4f208f418d18f2a4e78a56bebacef481061d917
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b4f208f418d18f2a4e78a56bebacef481061d917

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Jun 10 10:01:51 2013 -0700

tar: don't mv tar for nativesdk

We move tar into /bin for target but it can stay in /usr/bin for nativesdk
this will also mean the paths are correct for the buildtools-tarball environment

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/tar/tar.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc
index abeb8c1..358384a 100644
--- a/meta/recipes-extended/tar/tar.inc
+++ b/meta/recipes-extended/tar/tar.inc
@@ -11,6 +11,7 @@ inherit autotools gettext
 EXTRA_OECONF += "DEFAULT_RMT_DIR=${base_sbindir}"
 
 EXTRAINSTALL = "do_install_extra"
+EXTRAINSTALL_class-nativesdk = ""
 
 do_install () {
     autotools_do_install



More information about the Openembedded-commits mailing list