From patchwork Tue Oct 2 13:13:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gzip: The native version should provide gzip-replacement-native Date: Tue, 02 Oct 2012 13:13:00 -0000 From: Richard Purdie X-Patchwork-Id: 37599 Message-Id: <1349183580.15753.148.camel@ted> To: openembedded-core Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/gzip/gzip_1.5.bb b/meta/recipes-extended/gzip/gzip_1.5.bb index 7a811e2..2c6917d 100644 --- a/meta/recipes-extended/gzip/gzip_1.5.bb +++ b/meta/recipes-extended/gzip/gzip_1.5.bb @@ -2,6 +2,7 @@ require gzip.inc PR = "r0" +PROVIDES_append_virtclass-native = " gzip-replacement-native" NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" BBCLASSEXTEND = "native"