]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cpio/tar/native.bbclass: move rmt to sbindir and add a prefix to avoid native clashing
authorHongxu Jia <hongxu.jia@windriver.com>
Sun, 5 May 2019 10:04:24 +0000 (18:04 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 May 2019 11:12:30 +0000 (12:12 +0100)
commite9ac5ac2f4d135734f549d17cce3ebc52132b7d0
tree09776f58e9e8a0556e17b45fca5e3e920197d677
parent721e69aa12dd9ee22618ef13f29fb6d28eeab9af
cpio/tar/native.bbclass: move rmt to sbindir and add a prefix to avoid native clashing

The rmt in cpio-native and tar-native is clashing, since
tar-native has set var-NATIVE_PACKAGE_PATH_SUFFIX, we move rmt
to sbindir, and add suffix NATIVE_PACKAGE_PATH_SUFFIX to sbindir
could avoid the clashing.

And in Ubuntu, rmt is in sbindir
$ which rmt
/usr/sbin/rmt

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/native.bbclass
meta/recipes-extended/cpio/cpio_2.12.bb
meta/recipes-extended/tar/tar_1.32.bb