perl-try-tiny: use relative include of perlmod.mk
The $(TOPDIR) seemed to cause Makefile parsing issues with CI. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
This commit is contained in:
parent
0dfd76f478
commit
52668b1e97
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=perl-try-tiny
|
||||
PKG_VERSION:=0.30
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/E/ET/ETHER/
|
||||
PKG_SOURCE:=Try-Tiny-$(PKG_VERSION).tar.gz
|
||||
|
@ -21,7 +21,7 @@ PKG_LICENSE:=MIT
|
|||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(TOPDIR)/feeds/packages/lang/perl/perlmod.mk
|
||||
include ../perl/perlmod.mk
|
||||
|
||||
define Package/perl-try-tiny
|
||||
SUBMENU:=Perl
|
||||
|
|
Loading…
Reference in a new issue