aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/refpolicy
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-09-29 04:02:03 +0100
committerDaniel Golle <daniel@makrotopia.org>2020-09-29 04:04:00 +0100
commit3fab4ace570740a90f96c55c2c6ce85c48bc0bdc (patch)
tree330bea19a5eb93fc7e1005b7f7a05f5343ebe006 /package/system/refpolicy
parent1a22964399cc33a32564c82eaf6cb494cacf5b99 (diff)
downloadupstream-3fab4ace570740a90f96c55c2c6ce85c48bc0bdc.tar.gz
upstream-3fab4ace570740a90f96c55c2c6ce85c48bc0bdc.tar.bz2
upstream-3fab4ace570740a90f96c55c2c6ce85c48bc0bdc.zip
refpolicy: mark as architecture independent
Use PKGARCH:=all to declare this package to be free of any architecture dependent code. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/system/refpolicy')
-rw-r--r--package/system/refpolicy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/system/refpolicy/Makefile b/package/system/refpolicy/Makefile
index c5a8a5cc32..a80b4d043c 100644
--- a/package/system/refpolicy/Makefile
+++ b/package/system/refpolicy/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=refpolicy
PKG_VERSION:=2.20200229
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20200229
@@ -29,6 +29,7 @@ define Package/refpolicy
CATEGORY:=Base system
TITLE:=SELinux reference policy
URL:=http://selinuxproject.org/page/Main_Page
+ PKGARCH:=all
endef
define Package/refpolicy/description