host-perl: fix dependencies
see autobuilder http://autobuild.buildroot.net/results/5557b262bfc344700ed04563a40f10bc2a23eb31/ http://autobuild.buildroot.net/results/8b22b950ba9d1635991a97e477ad5268f08b4004/ Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8feb5adaa2
commit
43aaa9c05c
@ -99,6 +99,10 @@ 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" \
|
||||
|
Loading…
Reference in New Issue
Block a user