* [PATCH] xz: Allow to work with ASSUME_PROVIDED xz-native
@ 2016-01-22 12:59 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-01-22 12:59 UTC (permalink / raw)
To: openembedded-core
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 <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-extended/xz/xz_5.2.2.bb b/meta/recipes-extended/xz/xz_5.2.2.bb
index d118f3a..6acb33e 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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-22 12:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-22 12:59 [PATCH] xz: Allow to work with ASSUME_PROVIDED xz-native Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox