All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] xdelta3: add optional lzma support
@ 2014-05-07 11:43 Matthieu Crapet
  2014-05-07 12:19 ` Koen Kooi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Matthieu Crapet @ 2014-05-07 11:43 UTC (permalink / raw)
  To: openembedded-devel

Using PACKAGECONFIG. Disabled by default.

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
---
 meta-oe/recipes-support/xdelta/xdelta3_3.0.8.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-support/xdelta/xdelta3_3.0.8.bb b/meta-oe/recipes-support/xdelta/xdelta3_3.0.8.bb
index 16a72ee..f3b4754 100644
--- a/meta-oe/recipes-support/xdelta/xdelta3_3.0.8.bb
+++ b/meta-oe/recipes-support/xdelta/xdelta3_3.0.8.bb
@@ -13,3 +13,7 @@ SRC_URI[md5sum] = "c3ae3286ce4193de8e03d5bcaccf3bc3"
 SRC_URI[sha256sum] = "3a86f29c95664fb44b8a40ff22d9bcc3e87aa8c01f0ff75931a7fa78ed3d2e55"
 
 inherit autotools
+
+# Optional secondary compression
+PACKAGECONFIG ?= ""
+PACKAGECONFIG[lzma] = ",,xz"
-- 
1.8.5.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-12 10:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 11:43 [meta-oe][PATCH] xdelta3: add optional lzma support Matthieu Crapet
2014-05-07 12:19 ` Koen Kooi
2014-05-07 12:33   ` Matthieu CRAPET
2014-05-07 16:54 ` Martin Jansa
2014-05-10 17:06 ` Khem Raj
2014-05-12 10:00   ` [meta-oe][PATCH v2] " Matthieu Crapet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.