Skip to content
Snippets Groups Projects
Verified Commit 14827a6b authored by Michal Vasilek's avatar Michal Vasilek Committed by Josef Schlehofer
Browse files

patches/turrispackages: meson stuff for OpenWrt 22.03 and newer: accepted

parent 134dd626
Branches
Tags
1 merge request!589patches/turrispackages: remove 22.03 meson patches
Pipeline #108658 failed with stages
in 6 minutes and 56 seconds
From e3baaa14d1fedf889e31246cb7bdcc925589cc9a Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <pepe.schlehofer@gmail.com>
Date: Sun, 17 Oct 2021 12:06:06 +0200
Subject: [PATCH] knot-resolver & lighttpd: change meson location
Due to upstream change, we need to move this.
Fixes:
Makefile:29: /turris-os-packages-crashlab-mox/build/feeds/packages/devel/meson/meson.mk: No such file or directory
make[1]: *** No rule to make target '/turris-os-packages-crashlab-mox/build/feeds/packages/devel/meson/meson.mk'. Stop.
---
net/knot-resolver/Makefile | 2 +-
net/lighttpd/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/knot-resolver/Makefile b/net/knot-resolver/Makefile
index bfdddb7e2..b88f37dbf 100644
--- a/net/knot-resolver/Makefile
+++ b/net/knot-resolver/Makefile
@@ -26,7 +26,7 @@ PKG_BUILD_DEPENDS:=meson/host
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
-include $(TOPDIR)/feeds/packages/devel/meson/meson.mk
+include $(INCLUDE_DIR)/meson.mk
define Package/knot-resolver
SECTION:=net
diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile
index 1a7958530..394d30611 100644
--- a/net/lighttpd/Makefile
+++ b/net/lighttpd/Makefile
@@ -28,7 +28,7 @@ PKG_CONFIG_DEPENDS:=CONFIG_LIGHTTPD_SSL $(patsubst %,CONFIG_PACKAGE_lighttpd-mod
REBUILD_MODULES=authn_gssapi authn_ldap magnet webdav
include $(INCLUDE_DIR)/package.mk
-include $(TOPDIR)/feeds/packages/devel/meson/meson.mk
+include $(INCLUDE_DIR)/meson.mk
define Package/lighttpd/Default
SUBMENU:=Web Servers/Proxies
--
2.30.2
From a8a9933ae0e373125b745e0ba6e786f408a23489 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal.vasilek@nic.cz>
Date: Fri, 3 Jun 2022 17:36:38 +0200
Subject: [PATCH] {lighttpd, kresd}: remove broken deps on meson/host
since https://github.com/openwrt/packages/pull/16644 meson/host isn't
necessary
---
net/knot-resolver/Makefile | 2 --
net/lighttpd/Makefile | 1 -
2 files changed, 3 deletions(-)
diff --git a/net/knot-resolver/Makefile b/net/knot-resolver/Makefile
index 065b77449..4fd5fbf41 100644
--- a/net/knot-resolver/Makefile
+++ b/net/knot-resolver/Makefile
@@ -21,8 +21,6 @@ PKG_MAINTAINER:=Knot DNS <knot-dns@labs.nic.cz>
PKG_LICENSE:=GPL-3.0-later
PKG_LICENSE_FILES:=COPYING
-PKG_BUILD_DEPENDS:=meson/host
-
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile
index e567ed55e..b7e6ae5b3 100644
--- a/net/lighttpd/Makefile
+++ b/net/lighttpd/Makefile
@@ -20,7 +20,6 @@ PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=COPYING
PKG_FIXUP:=autoreconf
-PKG_BUILD_DEPENDS:=meson/host
PKG_INSTALL:=1
PKG_CONFIG_DEPENDS:=CONFIG_LIGHTTPD_SSL $(patsubst %,CONFIG_PACKAGE_lighttpd-mod-%,$(REBUILD_MODULES))
--
2.36.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment