summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openflow/openflow_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openflow/openflow_1.0.bb')
-rw-r--r--recipes-networking/openflow/openflow_1.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-networking/openflow/openflow_1.0.bb b/recipes-networking/openflow/openflow_1.0.bb
new file mode 100644
index 00000000..3663e50b
--- /dev/null
+++ b/recipes-networking/openflow/openflow_1.0.bb
@@ -0,0 +1,24 @@
1SUMMARY = "OpelFlow"
2DESCRIPTION = "Provide a generic framework for handling devices in userspace."
3HOMEPAGE = "http://www.openflow.org"
4SECTION = "networking"
5LICENSE = "GPLv2"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2"
8
9SRCREV = "5ccca75a69f99791659bcfbcf35353ab1921320a"
10PR = "r0"
11PV = "1.0+git${SRCPV}"
12
13SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git"
14
15DEPENDS = "virtual/libc"
16
17EXTRA_OECONF += "KARCH=${TARGET_ARCH}"
18
19PACKAGECONFIG ??= "libssl"
20PACKAGECONFIG[libssl] = "--enable-ssl,--disable-ssl, openssl, libssl"
21
22S = "${WORKDIR}/git"
23
24inherit autotools \ No newline at end of file