From 43c6da9f1b779b856df51c5b0003c6bddd542bb2 Mon Sep 17 00:00:00 2001 From: David Nyström Date: Thu, 6 Dec 2012 10:59:23 +0100 Subject: Added openflow recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Nyström Reviewed-by: Bruce Ashfield --- recipes-networking/openflow/openflow_1.0.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-networking/openflow/openflow_1.0.bb (limited to 'recipes-networking') 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 @@ +SUMMARY = "OpelFlow" +DESCRIPTION = "Provide a generic framework for handling devices in userspace." +HOMEPAGE = "http://www.openflow.org" +SECTION = "networking" +LICENSE = "GPLv2" + +LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2" + +SRCREV = "5ccca75a69f99791659bcfbcf35353ab1921320a" +PR = "r0" +PV = "1.0+git${SRCPV}" + +SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git" + +DEPENDS = "virtual/libc" + +EXTRA_OECONF += "KARCH=${TARGET_ARCH}" + +PACKAGECONFIG ??= "libssl" +PACKAGECONFIG[libssl] = "--enable-ssl,--disable-ssl, openssl, libssl" + +S = "${WORKDIR}/git" + +inherit autotools \ No newline at end of file -- cgit v1.2.3-54-g00ecf