Skip to content

Commit

Permalink
knot-resolver6: drop non-existing dependency
Browse files Browse the repository at this point in the history
It is sufficient to have the include $(INCLUDE_DIR)/meson.mk in the
Makefile. Explicitly listing this as dependency caused the following
warning:

WARNING: Makefile 'package/feeds/turrispackages/knot-resolver6/Makefile' has a build dependency on 'meson/host', which does not exist
  • Loading branch information
muzikr committed Jul 15, 2024
1 parent 84a0f9f commit 3ba5bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/knot-resolver6/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2015-2023 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
# Copyright (C) 2015-2024 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
Expand All @@ -22,7 +22,7 @@ PKG_MAINTAINER:=Knot Resolver <[email protected]>
PKG_LICENSE:=GPL-3.0-later
PKG_LICENSE_FILES:=COPYING

PKG_BUILD_DEPENDS:=meson/host protobuf-c/host python-poetry-core/host
PKG_BUILD_DEPENDS:=protobuf-c/host python-poetry-core/host

PKG_INSTALL:=1

Expand Down

0 comments on commit 3ba5bc2

Please sign in to comment.