summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2015-02-22 16:37:44 +0800
committerKoen Kooi <koen.kooi@linaro.org>2015-02-22 16:37:44 +0800
commit91de56de929112edc181421cc9ac93eea3cc49b8 (patch)
tree3bf935543e82b048772e7a66a4eeebc1fd667716
parent797e5e18d523c0b9d1a0d8a5d355f04ab7a63bd4 (diff)
functions.sh: use an older openvswitch
Gary pointed out that disabling dpdp isn't enough. Change-Id: I4c7d02e12f9ae491ffc04173130ca13090162190 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rwxr-xr-xfunctions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.sh b/functions.sh
index c1a4f51..462d6bd 100755
--- a/functions.sh
+++ b/functions.sh
@@ -162,8 +162,8 @@ TCLIBC = "glibc"
# Need this for the netperf package.
LICENSE_FLAGS_WHITELIST = "non-commercial"
-# Don't drag in dpdk
-PACKAGECONFIG_pn-openvswitch = ""
+# fix openvswitch to avoid problems with latest recipe
+PREFERRED_VERSION_openvswitch = "2.1.3"
EOF