[oe-commits] [openembedded-core] 08/08: pigz: bump alternative priority

git at git.openembedded.org git at git.openembedded.org
Fri Jun 21 09:24:13 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit 533340ae70dd96ad2f6c5cc8cd32076761561c03
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jun 21 10:09:54 2019 +0100

    pigz: bump alternative priority
    
    As pigz is compatible with gzip, but better performing, if it is installed it
    should be used by default.  Currently gzip has priority of 100 but pigz has
    priority of 80, so gzip is still used by default.
    
    Change the pigz priority to 110 so that it wins of gzip.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/pigz/pigz_2.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/pigz/pigz_2.4.bb b/meta/recipes-extended/pigz/pigz_2.4.bb
index 6d62ce6..8c65ec3 100644
--- a/meta/recipes-extended/pigz/pigz_2.4.bb
+++ b/meta/recipes-extended/pigz/pigz_2.4.bb
@@ -38,7 +38,7 @@ do_install_append_class-native() {
 	ln -nsf gzip ${D}${bindir}/zcat
 }
 
-ALTERNATIVE_PRIORITY = "80"
+ALTERNATIVE_PRIORITY = "110"
 ALTERNATIVE_${PN} = "gunzip gzip zcat"
 ALTERNATIVE_${PN}_class-nativesdk = ""
 ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip"

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


More information about the Openembedded-commits mailing list