]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libarchive: fix ALTERNATIVE_PRIORITY to avoid conflict ChenQi/libarchive-priority
authorChen Qi <Qi.Chen@windriver.com>
Tue, 6 Dec 2016 03:35:55 +0000 (11:35 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Wed, 7 Dec 2016 01:42:46 +0000 (09:42 +0800)
'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>
meta/recipes-extended/libarchive/libarchive_3.2.2.bb

index cf66e9d8e8c6ddbf361d76b1c5fecc0746cbf129..7917ce707fd078a2944cf24b319f315686de726e 100644 (file)
@@ -48,7 +48,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"