diff options
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_1.10.0.bb')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_1.10.0.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_1.10.0.bb b/recipes-networking/openvswitch/openvswitch_1.10.0.bb deleted file mode 100644 index 85b2709c..00000000 --- a/recipes-networking/openvswitch/openvswitch_1.10.0.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | require openvswitch.inc | ||
2 | |||
3 | RRECOMMENDS_${PN} += "kernel-module-openvswitch" | ||
4 | |||
5 | PR = "r4" | ||
6 | |||
7 | SRC_URI += "\ | ||
8 | http://openvswitch.org/releases/openvswitch-${PV}.tar.gz \ | ||
9 | file://configure-Only-link-against-libpcap-on-FreeBSD.patch \ | ||
10 | " | ||
11 | |||
12 | SRC_URI[md5sum] = "fe8b49efe9f86b57abab00166b971106" | ||
13 | SRC_URI[sha256sum] = "803966c89d6a5de6d710a2cb4ed73ac8d8111a2c44b12b846dcef8e91ffab167" | ||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=49eeb5acb1f5e510f12c44f176c42253" | ||
15 | |||
16 | inherit pkgconfig | ||