diff options
Diffstat (limited to 'recipes-networking/openflow/openflow_1.0.bb')
-rw-r--r-- | recipes-networking/openflow/openflow_1.0.bb | 24 |
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 @@ | |||
1 | SUMMARY = "OpelFlow" | ||
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 \ No newline at end of file | ||