Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] tar: don't mv tar for nativesdk
@ 2013-06-10 17:01 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-06-10 17:01 UTC (permalink / raw)
  To: openembedded-core

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>
---
 meta/recipes-extended/tar/tar.inc | 1 +
 1 file changed, 1 insertion(+)

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
-- 
1.8.1.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-10 17:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-10 17:01 [PATCH] tar: don't mv tar for nativesdk Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox