mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
perlbase-encode: added dependency on perlbase-storable
The Encode module uses the Storable module. Signed-off-by: Jens Wagner <jens@wagner2013.de>
This commit is contained in:
committed by
Philip Prindeville
parent
e05f524244
commit
fcaf398736
@@ -11,7 +11,7 @@ include perlver.mk
|
||||
|
||||
PKG_NAME:=perl
|
||||
PKG_VERSION:=$(PERL_VERSION)
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE_URL:=https://www.cpan.org/src/5.0
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
||||
@@ -468,7 +468,7 @@ $(eval $(call BuildPackage,perlbase-dynaloader))
|
||||
define Package/perlbase-encode
|
||||
$(call Package/perlbase-template)
|
||||
TITLE:=Encode perl module
|
||||
DEPENDS+=+perlbase-essential +perlbase-mime +perlbase-utf8 +perlbase-xsloader
|
||||
DEPENDS+=+perlbase-essential +perlbase-mime +perlbase-storable +perlbase-utf8 +perlbase-xsloader
|
||||
endef
|
||||
|
||||
define Package/perlbase-encode/install
|
||||
|
||||
Reference in New Issue
Block a user