From 666e0b5c117202e9e866ef62eac99e0af9c8c2fb Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 28 Apr 2015 14:48:00 +0800 Subject: 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 --- meta/recipes-extended/pigz/pigz.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended') 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" -- cgit 1.2.3-korg