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:
commit
f9916da3bb
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)-scripts-perl
|
define Package/$(PKG_NAME)-scripts-perl
|
||||||
$(call Package/yate/Default)
|
$(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
|
TITLE:= Perl module for Yate
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue