From 2171c73de024bb005d22b8cd2c5792be7089cd94 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sun, 18 Jun 2017 20:41:24 +0300 Subject: [PATCH] openvswitch: add CONFIG_PACKAGE_openvswitch-python to PKG_BUILD_DEPENDS That way, OVS gets rebuilt if the openvswitch-python package is selected or unselected. Signed-off-by: Alexandru Ardelean --- net/openvswitch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index eabe2bc4a..834fd1566 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -23,7 +23,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://openvswitch.org/releases/ PKG_HASH:=e492cf08a929b4a2178b7f9b01dc4ff562f44138b547b4e942078187b2445d2e -PKG_BUILD_DEPENDS:=python-six/host +PKG_BUILD_DEPENDS:=python/host python-six/host CONFIG_PACKAGE_openvswitch-python PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf