Browse Source

Merge pull request #13431 from neheb/yapp

perl-parse-yapp: fix compilation under the CI
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
d1ab769670
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/entrypoint.sh
  2. +1
    -1
      lang/perl-parse-yapp/Makefile

+ 1
- 1
.github/workflows/entrypoint.sh View File

@ -28,5 +28,5 @@ for PKG in /ci/*.ipk; do
echo "No test.sh script available"
fi
opkg remove "$PKG_NAME"
opkg remove "$PKG_NAME" --force-removal-of-dependent-packages --force-remove
done

+ 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