diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-07 02:17:47 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-10 12:47:35 +0200 |
| commit | 1d76ab017a6e127c2da08f0c00076ddb63ee2b44 (patch) | |
| tree | 002b28f9ab50b8122ba5222bb70f34422ad93f75 /meta-oe/recipes-support/links | |
| parent | 1cd3c1a94562274aacf088ac85a66556038a5b74 (diff) | |
| download | meta-openembedded-1d76ab017a6e127c2da08f0c00076ddb63ee2b44.tar.gz | |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/links')
| -rw-r--r-- | meta-oe/recipes-support/links/links.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
| 12 | 12 | ||
| 13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
| 14 | PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" | 14 | PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" |
| 15 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,lzma" | 15 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" |
| 16 | 16 | ||
| 17 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
