]> code.ossystems Code Review - openembedded-core.git/commitdiff
libarchive: fix ALTERNATIVE_PRIORITY to avoid conflict
authorChen Qi <Qi.Chen@windriver.com>
Wed, 7 Dec 2016 01:45:37 +0000 (09:45 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Dec 2016 22:47:27 +0000 (22:47 +0000)
'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.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/libarchive/libarchive_3.2.2.bb

index 64e8983585dfbbb9946682fa57f121bb3944b158..8ad62adf01c76442a336e96575c831314b5dc086 100644 (file)
@@ -49,7 +49,7 @@ do_configure_prepend() {
        cp -R ${STAGING_INCDIR_NATIVE}/ext2fs ${WORKDIR}/extra-includes/
 }
 
-ALTERNATIVE_PRIORITY = "100"
+ALTERNATIVE_PRIORITY = "80"
 
 PACKAGES =+ "bsdtar"
 FILES_bsdtar = "${bindir}/bsdtar"