mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
27
package/semodule-utils/semodule-utils.mk
Normal file
27
package/semodule-utils/semodule-utils.mk
Normal file
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
#
|
||||
# semodule-utils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SEMODULE_UTILS_VERSION = 2.9
|
||||
SEMODULE_UTILS_SITE = https://github.com/SELinuxProject/selinux/releases/download/20190315
|
||||
SEMODULE_UTILS_LICENSE = GPL-2.0
|
||||
SEMODULE_UTILS_LICENSE_FILES = COPYING
|
||||
SEMODULE_UTILS_DEPENDENCIES = libsepol
|
||||
|
||||
SEMODULE_UTILS_MAKE_OPTS += \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
LIBSEPOLA=$(STAGING_DIR)/usr/lib/libsepol.a
|
||||
|
||||
# We need to pass DESTDIR at build time because it's used by
|
||||
# semodule-utils build system to find headers and libraries.
|
||||
define SEMODULE_UTILS_BUILD_CMDS
|
||||
$(MAKE) -C $(@D) $(SEMODULE_UTILS_MAKE_OPTS) DESTDIR=$(STAGING_DIR) all
|
||||
endef
|
||||
|
||||
define SEMODULE_UTILS_INSTALL_TARGET_CMDS
|
||||
$(MAKE) -C $(@D) $(SEMODULE_UTILS_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user