mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/libsemanage: reformat HOST_LIBSEMANAGE_DEPENDENCIES
Use a more common formatting for HOST_LIBSEMANAGE_DEPENDENCIES. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
5d13b7a64d
commit
af59564e26
@ -25,8 +25,13 @@ define LIBSEMANAGE_INSTALL_TARGET_CMDS
|
|||||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(LIBSEMANAGE_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(LIBSEMANAGE_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
HOST_LIBSEMANAGE_DEPENDENCIES = host-bison host-audit host-libsepol host-libselinux \
|
HOST_LIBSEMANAGE_DEPENDENCIES = \
|
||||||
host-bzip2 host-swig
|
host-bison \
|
||||||
|
host-audit \
|
||||||
|
host-libsepol \
|
||||||
|
host-libselinux \
|
||||||
|
host-bzip2 \
|
||||||
|
host-swig
|
||||||
|
|
||||||
HOST_LIBSEMANAGE_MAKE_OPTS += \
|
HOST_LIBSEMANAGE_MAKE_OPTS += \
|
||||||
$(HOST_CONFIGURE_OPTS) \
|
$(HOST_CONFIGURE_OPTS) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user