From 5c69c561a76cb10d7896ae0a0399190f11b2e0ca Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 22 Jan 2016 12:59:35 +0000 Subject: xz: Allow to work with ASSUME_PROVIDED xz-native At some point we may want to add xz-native to ASSUME_PROVIDED. This allows that to work whilst still allowing access to liblzma for those things which need it (e.g. pixz). Signed-off-by: Richard Purdie --- meta/recipes-extended/xz/xz_5.2.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-extended/xz/xz_5.2.2.bb') diff --git a/meta/recipes-extended/xz/xz_5.2.2.bb b/meta/recipes-extended/xz/xz_5.2.2.bb index d118f3a744..6acb33e859 100644 --- a/meta/recipes-extended/xz/xz_5.2.2.bb +++ b/meta/recipes-extended/xz/xz_5.2.2.bb @@ -31,6 +31,9 @@ PACKAGES =+ "liblzma" FILES_liblzma = "${libdir}/liblzma*${SOLIBS}" +PROVIDES_append_class-native = " xz-replacement-native" +NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" + BBCLASSEXTEND = "native nativesdk" export CONFIG_SHELL="/bin/sh" -- cgit 1.2.3-korg