diff options
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 9 |
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 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | PV = "2.5.0+${SRCREV}" | 15 | PV = "2.6.1+${SRCREV}" |
16 | 16 | ||
17 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" | 17 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" |
18 | 18 | ||
19 | SRCREV = "8c0b419a0b9ac0141d6973dcc80306dfc6a83d31" | 19 | SRCREV = "f4b0e64cffb4777ff03d48621c3eadcf1d8c19f3" |
20 | SRC_URI += "\ | 20 | SRC_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 | ||
30 | LIC_FILES_CHKSUM = "file://COPYING;md5=247d8817aece26b21a8cd6791b3ea994" | 29 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35" |
31 | 30 | ||
32 | PACKAGECONFIG ?= "" | 31 | PACKAGECONFIG ?= "" |
33 | PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}/opt/dpdk/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk," | 32 | PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}/opt/dpdk/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk," |