libselinux: package executables into -utils
Add new package libselinux-utils containing the executable utilities included with libselinux. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
		@@ -37,6 +37,13 @@ define Package/libselinux/description
 | 
				
			|||||||
	older version supported by the kernel) when loading policy.
 | 
						older version supported by the kernel) when loading policy.
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					define Package/libselinux-utils
 | 
				
			||||||
 | 
					  SECTION:=utils
 | 
				
			||||||
 | 
					  DEPENDS:=+libselinux
 | 
				
			||||||
 | 
					  CATEGORY:=Utilities
 | 
				
			||||||
 | 
					  TITLE:=Runtime SELinux utilities
 | 
				
			||||||
 | 
					  URL:=http://selinuxproject.org/page/Main_Page
 | 
				
			||||||
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Needed to link libselinux utilities, which link against
 | 
					# Needed to link libselinux utilities, which link against
 | 
				
			||||||
# libselinux.so, which indirectly depends on libpcre.so, installed in
 | 
					# libselinux.so, which indirectly depends on libpcre.so, installed in
 | 
				
			||||||
@@ -76,5 +83,11 @@ define Package/libselinux/install
 | 
				
			|||||||
	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libselinux.so.* $(1)/usr/lib/
 | 
						$(CP) $(PKG_INSTALL_DIR)/usr/lib/libselinux.so.* $(1)/usr/lib/
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					define Package/libselinux-utils/install
 | 
				
			||||||
 | 
						$(INSTALL_DIR) $(1)/usr/sbin
 | 
				
			||||||
 | 
						$(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin
 | 
				
			||||||
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(eval $(call HostBuild))
 | 
					$(eval $(call HostBuild))
 | 
				
			||||||
$(eval $(call BuildPackage,libselinux))
 | 
					$(eval $(call BuildPackage,libselinux))
 | 
				
			||||||
 | 
					$(eval $(call BuildPackage,libselinux-utils))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user