From: Rosen Penev Date: Sat, 19 Sep 2020 04:52:46 +0000 (-0700) Subject: perl-parse-yapp: fix compilation under the CI X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f1c0e9fca917fbad537d91a9bc4340f35a0f5958;p=feed%2Fpackages.git perl-parse-yapp: fix compilation under the CI Wrong path to perlmod.mk. Use what everything else uses. Signed-off-by: Rosen Penev --- diff --git a/lang/perl-parse-yapp/Makefile b/lang/perl-parse-yapp/Makefile index c9cf1ce433..b95e0a6f0a 100644 --- a/lang/perl-parse-yapp/Makefile +++ b/lang/perl-parse-yapp/Makefile @@ -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