summaryrefslogtreecommitdiffstats
path: root/package/dcron
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2018-07-08 11:46:08 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2018-07-08 13:08:05 +0200
commit6d1792f57373473b10b129122c92baac6cf264bb (patch)
tree95d96718b545dedf6653c15c0ed74f4b5b7d2aa3 /package/dcron
parent00d8894dfc9f4fb85b539b30aa6da2bfbc44339b (diff)
downloadbuildroot-6d1792f57373473b10b129122c92baac6cf264bb.tar.gz
buildroot-6d1792f57373473b10b129122c92baac6cf264bb.zip
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>
Diffstat (limited to 'package/dcron')
-rw-r--r--package/dcron/dcron.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/dcron/dcron.mk b/package/dcron/dcron.mk
index 7e81b63803..2ee0709af5 100644
--- a/package/dcron/dcron.mk
+++ b/package/dcron/dcron.mk
@@ -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.
DCRON_LICENSE = GPL
-# Overwrite cron-related Busybox commands if available
-ifeq ($(BR2_PACKAGE_BUSYBOX),y)
-DCRON_DEPENDENCIES = busybox
-endif
-
define DCRON_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
endef
OpenPOWER on IntegriCloud