mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/busybox: invert dependency with dcron
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
00d8894dfc
commit
6d1792f573
@ -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_DCRON),dcron) \
|
||||||
$(if $(BR2_PACKAGE_DEBIANUTILS),debianutils) \
|
$(if $(BR2_PACKAGE_DEBIANUTILS),debianutils) \
|
||||||
$(if $(BR2_PACKAGE_DIFFUTILS),diffutils) \
|
$(if $(BR2_PACKAGE_DIFFUTILS),diffutils) \
|
||||||
$(if $(BR2_PACKAGE_DOS2UNIX),dos2unix) \
|
$(if $(BR2_PACKAGE_DOS2UNIX),dos2unix) \
|
||||||
|
@ -9,11 +9,6 @@ DCRON_SITE = http://www.jimpryor.net/linux/releases
|
|||||||
# The source code does not specify the version of the GPL that is used.
|
# The source code does not specify the version of the GPL that is used.
|
||||||
DCRON_LICENSE = GPL
|
DCRON_LICENSE = GPL
|
||||||
|
|
||||||
# Overwrite cron-related Busybox commands if available
|
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
||||||
DCRON_DEPENDENCIES = busybox
|
|
||||||
endif
|
|
||||||
|
|
||||||
define DCRON_BUILD_CMDS
|
define DCRON_BUILD_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user