Parcourir la source

policycoreutils: install to host/bin not hostpkg

By installing policycoreutils to host/bin it is also available within
the ImageBuilder and SDK, allowing to correctly label both filesystems
and packages.

Signed-off-by: Paul Spooren <[email protected]>
Paul Spooren il y a 5 ans
Parent
commit
96d1dc5ebf
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      include/image.mk
  2. 1 1
      package/utils/policycoreutils/Makefile

+ 1 - 1
include/image.mk

@@ -243,7 +243,7 @@ endef
 
 ifeq ($(CONFIG_TARGET_ROOTFS_SECURITY_LABELS),y)
 define Image/mkfs/squashfs
-	echo "$(STAGING_DIR_HOSTPKG)/bin/setfiles -r" \
+	echo "$(STAGING_DIR_HOST)/bin/setfiles -r" \
 	     "$(call mkfs_target_dir,$(1))" \
 	     "$(call mkfs_target_dir,$(1))/etc/selinux/targeted/contexts/files/file_contexts " \
 	     "$(call mkfs_target_dir,$(1))" > [email protected]

+ 1 - 1
package/utils/policycoreutils/Makefile

@@ -67,7 +67,7 @@ MAKE_FLAGS += \
 
 HOST_MAKE_FLAGS += \
 	PAMH=$(CONFIG_BUSYBOX_CONFIG_PAM) \
-	DESTDIR=$(STAGING_DIR_HOSTPKG) \
+	DESTDIR=$(STAGING_DIR_HOST) \
 	PREFIX= \
 	SBINDIR=/bin