openvswitch: drop version 1.10.0 and 2.1.3

There are some changes that we need to make in the .inc file to
properly support more recent releases of openvswitch. These changes
are not compatible with these older versions of openvswitch, so rather
than make accommodations in the .inc file to continue to support this
version we will simply drop them.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Mark Asselstine 2015-12-11 12:28:23 -05:00 committed by Bruce Ashfield
parent 26a3e2c0d8
commit 9772ddbec3
2 changed files with 0 additions and 45 deletions

View File

@ -1,16 +0,0 @@
require openvswitch.inc
RRECOMMENDS_${PN} += "kernel-module-openvswitch"
PR = "r4"
SRC_URI += "\
http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \
file://configure-Only-link-against-libpcap-on-FreeBSD.patch \
"
SRC_URI[md5sum] = "fe8b49efe9f86b57abab00166b971106"
SRC_URI[sha256sum] = "803966c89d6a5de6d710a2cb4ed73ac8d8111a2c44b12b846dcef8e91ffab167"
LIC_FILES_CHKSUM = "file://COPYING;md5=49eeb5acb1f5e510f12c44f176c42253"
inherit pkgconfig

View File

@ -1,29 +0,0 @@
require openvswitch.inc
RRECOMMENDS_${PN} += "kernel-module-openvswitch"
RDEPENDS_${PN}-ptest += "\
python-logging python-syslog python-argparse python-io \
python-fcntl python-shell python-lang python-xml python-math \
python-datetime python-netclient python sed \
"
SRC_URI += "\
http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \
file://openvswitch-add-more-target-python-substitutions.patch \
file://openvswitch-add-ptest.patch \
file://run-ptest \
"
SRC_URI[md5sum] = "d3c8a69df3d1b1a9eaef5a896576fd2a"
SRC_URI[sha256sum] = "43a2562fe5e8e48e997bfdb04691ffaaaefe73069b5699654538bf2f16ebfb1a"
LIC_FILES_CHKSUM = "file://COPYING;md5=e03b0d9c4115c44518594e5618e653f8"
inherit ptest
EXTRA_OEMAKE += "TEST_DEST=${D}${PTEST_PATH} TEST_ROOT=${PTEST_PATH}"
do_install_ptest() {
oe_runmake test-install
}