]> code.ossystems Code Review - openembedded-core.git/commit
tar-replacement-native: relocate via NATIVE_PACKAGE_PATH_SUFFIX
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 14 Aug 2015 16:01:41 +0000 (18:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Aug 2015 16:57:47 +0000 (17:57 +0100)
commite6fee3ddb5600fc564243a96d6232b4ae097df32
treec15db8383e7a6b6536a5fa6d77a7552802135260
parent3b57ca0ad44e66a1ecd39c410f63d99705c56b1e
tar-replacement-native: relocate via NATIVE_PACKAGE_PATH_SUFFIX

Building tar-replacement-native as replacement of the host's tar in
the standard path was meant to be done manually by a user in
preparation for the regular bitbake run. Such a usage has been
superseeded by installing the pre-compiled buildutils and might have
been broken on hosts which need it by the sanity check for tar >=
1.26.

Therefore tar-replacement-native_1.28.bb can be removed in favor of
adapting the normal tar recipe such that it installs an opt-in binary
under a different path.

The special do_install logic is explicitly limited to class-target,
instead of making it the default and disabling it (which would be the
case for class-native and class-nativesdk).

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/tar/tar-replacement-native_1.28.bb [deleted file]
meta/recipes-extended/tar/tar.inc