summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 1c6252a9..55e3a9a2 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -12,14 +12,13 @@ RDEPENDS_${PN}-ptest += "\
12 " 12 "
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15PV = "2.5.0+${SRCREV}" 15PV = "2.6.1+${SRCREV}"
16 16
17FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" 17FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
18 18
19SRCREV = "8c0b419a0b9ac0141d6973dcc80306dfc6a83d31" 19SRCREV = "f4b0e64cffb4777ff03d48621c3eadcf1d8c19f3"
20SRC_URI += "\ 20SRC_URI += "\
21 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.5 \ 21 git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.6 \
22 file://openvswitch-add-more-target-python-substitutions.patch \
23 file://openvswitch-add-ptest-${SRCREV}.patch \ 22 file://openvswitch-add-ptest-${SRCREV}.patch \
24 file://run-ptest \ 23 file://run-ptest \
25 file://disable_m4_check.patch \ 24 file://disable_m4_check.patch \
@@ -27,7 +26,7 @@ SRC_URI += "\
27 file://openvswitch-ptest-Fix-python-path.patch \ 26 file://openvswitch-ptest-Fix-python-path.patch \
28 " 27 "
29 28
30LIC_FILES_CHKSUM = "file://COPYING;md5=247d8817aece26b21a8cd6791b3ea994" 29LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35"
31 30
32PACKAGECONFIG ?= "" 31PACKAGECONFIG ?= ""
33PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}/opt/dpdk/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk," 32PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}/opt/dpdk/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk,"