]> 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:15:17 +0000 (12:15 +0100)
commit6c1ddb540944f43784af929d02eb56d7efc350fb
tree53dc42ade57d422f02f6b4f2fa633c56d5b19eab
parent918131d4530dd05ffa274aaf798d8c74e847448d
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

(From OE-Core rev: e9ac5ac2f4d135734f549d17cce3ebc52132b7d0)

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