From ad283f4786564cf4b3ec55bd185fdd3f9491274e Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 26 Sep 2020 16:11:34 -0700 Subject: [PATCH] semobule-utils: fix wrong dependency policycoreutils was reworked in master. Added PKG_BUILD_PARALLEL for faster compilation. Reorganized some stuff for consistency. Signed-off-by: Rosen Penev --- utils/semodule-utils/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/utils/semodule-utils/Makefile b/utils/semodule-utils/Makefile index 4e9fcda400..82504859d5 100644 --- a/utils/semodule-utils/Makefile +++ b/utils/semodule-utils/Makefile @@ -7,25 +7,27 @@ include $(TOPDIR)/rules.mk PKG_NAME:=semodule-utils PKG_VERSION:=3.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/20200710 PKG_HASH:=0cc37f9cec751d9c2abb5f2b228b060567e973cb47c19b53b8a4a7378baaa853 -PKG_INSTALL:=1 -HOST_BUILD_DEPENDS:=libsemanage/host PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING +PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 +HOST_BUILD_DEPENDS:=libsemanage/host + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk define Package/semodule-utils SECTION:=utils CATEGORY:=Utilities - DEPENDS:= +policycoreutils + DEPENDS:=+libsepol TITLE:=SELinux policy utilities for dealing with modules URL:=http://selinuxproject.org/page/Main_Page endef