Browse Source

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>
lilik-openwrt-22.03
Rosen Penev 4 years ago
parent
commit
f1c0e9fca9
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/perl-parse-yapp/Makefile

+ 1
- 1
lang/perl-parse-yapp/Makefile View File

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


Loading…
Cancel
Save