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:
Jens Wagner
2026-01-02 14:56:33 +01:00
committed by Philip Prindeville
parent e05f524244
commit fcaf398736
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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