mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/busybox: invert dependency with sysklogd
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
3fd118aac0
commit
6d9e5980c3
@ -22,6 +22,7 @@ BUSYBOX_LDFLAGS = \
|
|||||||
|
|
||||||
# Packages that provide commands that may also be busybox applets:
|
# Packages that provide commands that may also be busybox applets:
|
||||||
BUSYBOX_DEPENDENCIES = \
|
BUSYBOX_DEPENDENCIES = \
|
||||||
|
$(if $(BR2_PACKAGE_SYSKLOGD),sysklogd) \
|
||||||
$(if $(BR2_PACKAGE_SYSLOG_NG),syslog-ng) \
|
$(if $(BR2_PACKAGE_SYSLOG_NG),syslog-ng) \
|
||||||
$(if $(BR2_PACKAGE_SYSTEMD),systemd) \
|
$(if $(BR2_PACKAGE_SYSTEMD),systemd) \
|
||||||
$(if $(BR2_PACKAGE_SYSVINIT),sysvinit) \
|
$(if $(BR2_PACKAGE_SYSVINIT),sysvinit) \
|
||||||
|
@ -9,11 +9,6 @@ SYSKLOGD_SITE = http://www.infodrom.org/projects/sysklogd/download
|
|||||||
SYSKLOGD_LICENSE = GPL-2.0+
|
SYSKLOGD_LICENSE = GPL-2.0+
|
||||||
SYSKLOGD_LICENSE_FILES = COPYING
|
SYSKLOGD_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
# Override BusyBox implementations if BusyBox is enabled.
|
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
||||||
SYSKLOGD_DEPENDENCIES = busybox
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Override SKFLAGS which is used as CFLAGS.
|
# Override SKFLAGS which is used as CFLAGS.
|
||||||
define SYSKLOGD_BUILD_CMDS
|
define SYSKLOGD_BUILD_CMDS
|
||||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) SKFLAGS="$(TARGET_CFLAGS) -DSYSV" \
|
$(MAKE) $(TARGET_CONFIGURE_OPTS) SKFLAGS="$(TARGET_CFLAGS) -DSYSV" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user