[oe-commits] [openembedded-core] 09/63: libarchive: fix ALTERNATIVE_PRIORITY to avoid conflict

git at git.openembedded.org git at git.openembedded.org
Tue Dec 13 22:56:27 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 9a59ff628771b586666999d44923968a6bc58956
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Wed Dec 7 09:45:37 2016 +0800

    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.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/libarchive/libarchive_3.2.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/libarchive/libarchive_3.2.2.bb b/meta/recipes-extended/libarchive/libarchive_3.2.2.bb
index 64e8983..8ad62ad 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.2.2.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.2.2.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list