From 964e972aff1d0f4b0e1f769a5d3b0e490b56eb25 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Wed, 11 May 2022 19:37:12 -0300 Subject: [PATCH] audit: remove host build The audit package in the packages feed share the same sources as the libaudit package in the base repo. libaudit performs a host build, used only by libsemanage in base. There is no package depending on 'audit/host', so we can remove it to avoid possible confusion. Signed-off-by: Eneas U de Queiroz (cherry picked from commit 1d54defb0fe7a964a19e3aa36e35a8159bcc2262) --- utils/audit/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/audit/Makefile b/utils/audit/Makefile index 05c2f4967..6d78e3d1b 100644 --- a/utils/audit/Makefile +++ b/utils/audit/Makefile @@ -23,7 +23,6 @@ PKG_FIXUP:=autoreconf PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk -include $(INCLUDE_DIR)/host-build.mk define Package/audit/Default TITLE:=Audit Daemon @@ -138,7 +137,6 @@ define Package/audit/install $(CP) $(PKG_INSTALL_DIR)/usr/sbin/auditd $(1)/usr/sbin/ endef -$(eval $(call HostBuild)) $(eval $(call BuildPackage,libauparse)) $(eval $(call BuildPackage,audit-utils)) $(eval $(call BuildPackage,audit))