Merge pull request #14761 from tofurky/try-tiny_relative_inc
perl-try-tiny: use relative include of perlmod.mk
This commit is contained in:
commit
cd8b54f82b
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=perl-try-tiny
|
PKG_NAME:=perl-try-tiny
|
||||||
PKG_VERSION:=0.30
|
PKG_VERSION:=0.30
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/E/ET/ETHER/
|
PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/E/ET/ETHER/
|
||||||
PKG_SOURCE:=Try-Tiny-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=Try-Tiny-$(PKG_VERSION).tar.gz
|
||||||
|
@ -21,7 +21,7 @@ PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(TOPDIR)/feeds/packages/lang/perl/perlmod.mk
|
include ../perl/perlmod.mk
|
||||||
|
|
||||||
define Package/perl-try-tiny
|
define Package/perl-try-tiny
|
||||||
SUBMENU:=Perl
|
SUBMENU:=Perl
|
||||||
|
|
Loading…
Reference in a new issue