mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
openvswitch: Uprev to latest version 2.5.0
Uprev to git rev bb429e09f7783f1ba23ac0682ed9edf424f0cfbb (based on 2.5.0) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
bffe56510c
commit
2bb28a781f
|
@ -9,10 +9,10 @@ Signed-off-by: Radu Patriu <radu.patriu@enea.com>
|
|||
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -382,3 +382,5 @@
|
||||
include datapath-windows/automake.mk
|
||||
include datapath-windows/include/automake.mk
|
||||
@@ -401,3 +401,5 @@
|
||||
include windows/automake.mk
|
||||
include ovn/automake.mk
|
||||
include selinux/automake.mk
|
||||
+include test.mk
|
||||
+
|
||||
--- /dev/null
|
|
@ -9,13 +9,13 @@ RDEPENDS_${PN}-ptest += "\
|
|||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2.4.0+${SRCREV}"
|
||||
PV = "2.5.0+${SRCREV}"
|
||||
|
||||
FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
|
||||
|
||||
SRCREV = "bb429e09f7783f1ba23ac0682ed9edf424f0cfbb"
|
||||
SRCREV = "8c0b419a0b9ac0141d6973dcc80306dfc6a83d31"
|
||||
SRC_URI += "\
|
||||
git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.4 \
|
||||
git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.5 \
|
||||
file://openvswitch-add-more-target-python-substitutions.patch \
|
||||
file://openvswitch-add-ptest-${SRCREV}.patch \
|
||||
file://run-ptest \
|
||||
|
@ -23,7 +23,7 @@ SRC_URI += "\
|
|||
file://kernel_module.patch \
|
||||
"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=247d8817aece26b21a8cd6791b3ea994"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}/opt/dpdk/${TARGET_ARCH}-native-linuxapp-gcc,,dpdk,"
|
||||
|
|
Loading…
Reference in New Issue
Block a user