From 1d76ab017a6e127c2da08f0c00076ddb63ee2b44 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 7 Oct 2014 02:17:47 +0200 Subject: lzma: drop the recipes * only dependency on this was from links's PACKAGECONFIG * xz from oe-core provides liblzma as well and they conflict in sysroot Signed-off-by: Martin Jansa --- meta-oe/recipes-support/links/links.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/links') diff --git a/meta-oe/recipes-support/links/links.inc b/meta-oe/recipes-support/links/links.inc index ef48d737e6..e072408206 100644 --- a/meta-oe/recipes-support/links/links.inc +++ b/meta-oe/recipes-support/links/links.inc @@ -12,6 +12,6 @@ SRC_URI = "http://links.twibright.com/download/links-${PV}.tar.bz2 \ PACKAGECONFIG ??= "" PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" -PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,lzma" +PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf