[OE-core] [master][PATCH] rpm: enable xz/lzma compression

Rebecca Chang rebecca.swee.fun.chang at intel.com
Mon Mar 14 07:15:41 UTC 2016


From: Anuj Mittal <anujx.mittal at intel.com>

Enable lzma compression support in rpm.

[YOCTO #9246]

Signed-off-by: Anuj Mittal <anujx.mittal at intel.com>
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
---
 meta/recipes-devtools/rpm/rpm_5.4.16.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/rpm/rpm_5.4.16.bb b/meta/recipes-devtools/rpm/rpm_5.4.16.bb
index 5fea53f..44ccc70 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.16.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.16.bb
@@ -238,7 +238,7 @@ RPM_SELF_SIGN_ALGO ?= "DSA"
 
 # Note: perl and sqlite w/o db specified does not currently work.
 #       tcl, augeas, nss, gcrypt, xar and keyutils support is untested.
-PACKAGECONFIG ??= "db bzip2 zlib popt openssl libelf python"
+PACKAGECONFIG ??= "db bzip2 zlib popt openssl libelf python xz"
 
 # Note: switching to internal popt may not work, as it will generate
 # a shared library which will intentionally not be packaged.
-- 
1.9.1




More information about the Openembedded-core mailing list