git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5182ddc
)
openvswitch: add missing dependency
author
Felix Fietkau
<redacted>
Tue, 13 Mar 2018 10:17:27 +0000
(11:17 +0100)
committer
Felix Fietkau
<redacted>
Tue, 13 Mar 2018 10:17:46 +0000
(11:17 +0100)
Fixes a build error
Signed-off-by: Felix Fietkau <redacted>
net/openvswitch/Makefile
patch
|
blob
|
history
diff --git
a/net/openvswitch/Makefile
b/net/openvswitch/Makefile
index dfa5e8c0d17e539811523ad68dfee2a37fc037b2..716fb7b9bc0d957f03909a7655b3503f07f2d4c9 100644
(file)
--- a/
net/openvswitch/Makefile
+++ b/
net/openvswitch/Makefile
@@
-22,7
+22,7
@@
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.openvswitch.org/releases/
PKG_HASH:=8d1c439e26d7044f0ec823c7fef1b00b7c6465da0b83a7d0cf3191ed1dc43893
-PKG_BUILD_DEPENDS:=python/host
+PKG_BUILD_DEPENDS:=python/host
python-six/host
PKG_BUILD_PARALLEL:=1
PKG_FIXUP:=autoreconf
git clone https://git.99rst.org/PROJECT