Merge pull request #86 from robho/yate-scripts-perl_needs_perlbase-data

yate-scripts-perl: Add dependency on perlbase-data
This commit is contained in:
Jiri Slachta 2017-05-09 14:34:46 +02:00 committed by GitHub
commit f9916da3bb

View file

@ -56,7 +56,7 @@ endef
define Package/$(PKG_NAME)-scripts-perl
$(call Package/yate/Default)
DEPENDS += $(PKG_NAME) $(PKG_NAME)-mod-extmodule +perl
DEPENDS += $(PKG_NAME) $(PKG_NAME)-mod-extmodule +perlbase-data
TITLE:= Perl module for Yate
endef