mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
perl-parse-yapp: fix compilation under the CI
Wrong path to perlmod.mk. Use what everything else uses. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Parse-Yapp-$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
include $(TOPDIR)/feeds/packages/lang/perl/perlmod.mk
|
||||
include ../perl/perlmod.mk
|
||||
|
||||
define Package/perl-parse-yapp
|
||||
SUBMENU:=Perl
|
||||
|
||||
Reference in New Issue
Block a user