diff options
-rw-r--r-- | recipes-networking/openflow/openflow_1.0.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-networking/openflow/openflow_1.0.bb b/recipes-networking/openflow/openflow_1.0.bb deleted file mode 100644 index 20a2bc95..00000000 --- a/recipes-networking/openflow/openflow_1.0.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | SUMMARY = "OpenFlow" | ||
2 | DESCRIPTION = "Provide a generic framework for handling devices in userspace." | ||
3 | HOMEPAGE = "http://www.openflow.org" | ||
4 | SECTION = "networking" | ||
5 | LICENSE = "GPLv2" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2" | ||
8 | |||
9 | SRCREV = "5ccca75a69f99791659bcfbcf35353ab1921320a" | ||
10 | PR = "r0" | ||
11 | PV = "1.0+git${SRCPV}" | ||
12 | |||
13 | SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git" | ||
14 | |||
15 | DEPENDS = "virtual/libc" | ||
16 | |||
17 | EXTRA_OECONF += "KARCH=${TARGET_ARCH}" | ||
18 | |||
19 | PACKAGECONFIG ??= "libssl" | ||
20 | PACKAGECONFIG[libssl] = "--enable-ssl,--disable-ssl, openssl, libssl" | ||
21 | |||
22 | S = "${WORKDIR}/git" | ||
23 | |||
24 | inherit autotools | ||
25 | |||
26 | do_install_append() { | ||
27 | # Remove /var/run as it is created on startup | ||
28 | rm -rf ${D}${localstatedir}/run | ||
29 | } | ||