]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
perl: remove empty host dependencies definition
authorJulien Floret <julien.floret@6wind.com>
Sat, 2 Jul 2016 22:21:36 +0000 (00:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 08:24:02 +0000 (10:24 +0200)
Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/perl/perl.mk

index 11b10ff5e48081071d2fdb5b048f79a101af5409..d66e4487c1f7923bb0fb9a04353082e210b73a4b 100644 (file)
@@ -90,10 +90,6 @@ define PERL_INSTALL_TARGET_CMDS
        $(MAKE1) -C $(@D) DESTDIR="$(TARGET_DIR)" install.perl
 endef
 
-# We never want to have host-berkeleydb or host-gdbm as dependencies
-# of host-perl.
-HOST_PERL_DEPENDENCIES =
-
 HOST_PERL_CONF_OPTS = \
        -des \
        -Dprefix="$(HOST_DIR)/usr" \