mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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 (From OE-Core rev: b4f208f418d18f2a4e78a56bebacef481061d917) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
74d3a1a6c9
commit
96b144a255
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user