mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
libarchive: fix ALTERNATIVE_PRIORITY to avoid conflict
'tar' utility from tar and bsdtar has the same alternative priority. 'cpio' utility from cpio and bsdcpio has the same alternative priority. Lower the ALTERNATIVE_PRIORITY to avoid conflict. (From OE-Core rev: 9a59ff628771b586666999d44923968a6bc58956) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -49,7 +49,7 @@ do_configure_prepend() {
|
|||||||
cp -R ${STAGING_INCDIR_NATIVE}/ext2fs ${WORKDIR}/extra-includes/
|
cp -R ${STAGING_INCDIR_NATIVE}/ext2fs ${WORKDIR}/extra-includes/
|
||||||
}
|
}
|
||||||
|
|
||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "80"
|
||||||
|
|
||||||
PACKAGES =+ "bsdtar"
|
PACKAGES =+ "bsdtar"
|
||||||
FILES_bsdtar = "${bindir}/bsdtar"
|
FILES_bsdtar = "${bindir}/bsdtar"
|
||||||
|
|||||||
Reference in New Issue
Block a user