[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3664/8267] libarchive: fix ALTERNATIVE_PRIORITY to avoid conflict



commit b155c2bb25a5ceb58238a7a366fc3012a9732896
Author: Chen Qi <Qi Chen windriver com>
Date:   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.
    
    (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>

 .../libarchive/libarchive_3.2.2.bb                 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]