From: Chen Qi Date: Tue, 28 Apr 2015 06:48:00 +0000 (+0800) Subject: pigz: set ALTERNATIVE for nativesdk package to empty X-Git-Tag: 2015-10~1989 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=666e0b5c117202e9e866ef62eac99e0af9c8c2fb;p=openembedded-core.git pigz: set ALTERNATIVE for nativesdk package to empty Set ALTERNATIVE for nativesdk package to empty to avoid warnings like below. WARNING: pigz: NOT adding alternative provide xxx/bin/gunzip: xxx/bin/pigz does not exist Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/pigz/pigz.inc b/meta/recipes-extended/pigz/pigz.inc index c271f70159..cb8991dcd2 100644 --- a/meta/recipes-extended/pigz/pigz.inc +++ b/meta/recipes-extended/pigz/pigz.inc @@ -32,6 +32,7 @@ do_install() { ALTERNATIVE_PRIORITY = "80" ALTERNATIVE_${PN} = "gunzip gzip zcat" +ALTERNATIVE_${PN}_class-nativesdk = "" ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip" ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip" ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat"