diff --git a/.github/workflows/entrypoint.sh b/.github/workflows/entrypoint.sh index 63ef09c27..c85674d94 100755 --- a/.github/workflows/entrypoint.sh +++ b/.github/workflows/entrypoint.sh @@ -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 diff --git a/lang/perl-parse-yapp/Makefile b/lang/perl-parse-yapp/Makefile index c9cf1ce43..b95e0a6f0 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