]> code.ossystems Code Review - openembedded-core.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)
committerArmin Kuster <akuster808@gmail.com>
Thu, 9 May 2019 01:18:56 +0000 (18:18 -0700)
commit9f47cea3c58a53db8599f1be4ff4401406c00928
treef819d96f200bafef1a192dfba5c4f19f8f0f0b37
parentca38b2f88f640579703486645b0c4d9ecef78e47
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/native.bbclass
meta/recipes-extended/cpio/cpio_2.12.bb
meta/recipes-extended/tar/tar_1.31.bb