From 2f75695b3999935fdfc7f3865cea12548d2af26e Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Wed, 20 May 2015 09:10:01 +0000 Subject: [PATCH] xz: add xz-utils meta package Signed-off-by: Alexander Ryzhov --- utils/xz/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/utils/xz/Makefile b/utils/xz/Makefile index e08ef9513..373140da2 100644 --- a/utils/xz/Makefile +++ b/utils/xz/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xz PKG_VERSION:=5.2.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://tukaani.org/xz @@ -94,6 +94,10 @@ define Build/InstallDev $(1)/usr/lib/pkgconfig/ endef +define Package/xz-utils/install + true +endef + define Package/liblzma/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/liblzma.so.* $(1)/usr/lib/