refpolicy: mark as architecture independent
authorDaniel Golle <daniel@makrotopia.org>
Tue, 29 Sep 2020 03:02:03 +0000 (04:02 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 29 Sep 2020 03:04:00 +0000 (04:04 +0100)
Use PKGARCH:=all to declare this package to be free of any
architecture dependent code.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/system/refpolicy/Makefile

index c5a8a5cc3284cecabc0b0997013b8f607cd80bd8..a80b4d043c4c5b4754f145f3b10cc0e8fc1fb673 100644 (file)
@@ -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