]> code.ossystems Code Review - openembedded-core.git/commitdiff
tar: don't mv tar for nativesdk
authorSaul Wold <sgw@linux.intel.com>
Mon, 10 Jun 2013 17:01:51 +0000 (10:01 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jun 2013 17:06:33 +0000 (18:06 +0100)
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/tar/tar.inc

index abeb8c19ffdb48b8965d7de463cd688246ab5370..358384a2b2aebad7eee8039a3aa155860ceb419e 100644 (file)
@@ -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