openvswitch: depends on libunbound
authorYousong Zhou <redacted>
Wed, 5 Sep 2018 04:18:37 +0000 (04:18 +0000)
committerYousong Zhou <redacted>
Wed, 5 Sep 2018 06:22:06 +0000 (06:22 +0000)
This was introduced in Open vSwitch 2.10 in commit 771680d ("DNS: Add
basic support for asynchronous DNS resolving")

Signed-off-by: Yousong Zhou <redacted>
net/openvswitch/Makefile

index 6d1c437a4e730f7f506c707d495a56375dc353ce..afe10ee35e2308cca12c3fcda8c810c59ff2863f 100644 (file)
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=openvswitch
 PKG_VERSION:=2.10.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.openvswitch.org/releases/
 PKG_HASH:=64f7cdcfffc73b2e09980d04ee22731eadd6453698b92d7397c9e45c7c174050
@@ -105,7 +105,7 @@ define OvsPackageTemplate
      URL:=https://www.openvswitch.org
      TITLE:=$(ovs_$(1)_title)
      HIDDEN:=$(ovs_$(1)_hidden)
-     DEPENDS:=$(ovs_$(1)_depends)
+     DEPENDS:=$(ovs_$(1)_depends) +libunbound
   endef
 
   define Package/$(call ovs_package_name,$(1))/install
git clone https://git.99rst.org/PROJECT