diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2018-07-08 11:46:08 +0200 |
|---|---|---|
| committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2018-07-08 13:08:05 +0200 |
| commit | 6d1792f57373473b10b129122c92baac6cf264bb (patch) | |
| tree | 95d96718b545dedf6653c15c0ed74f4b5b7d2aa3 /package/dcron | |
| parent | 00d8894dfc9f4fb85b539b30aa6da2bfbc44339b (diff) | |
| download | buildroot-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.mk | 5 |
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 |

