All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] openflow: Add latest from git
@ 2013-09-02  8:20 Laszlo Papp
  2013-09-03  1:56 ` Bruce Ashfield
  2013-09-04 21:14 ` Joe MacDonald
  0 siblings, 2 replies; 26+ messages in thread
From: Laszlo Papp @ 2013-09-02  8:20 UTC (permalink / raw)
  To: openembedded-devel

1) The version in meta-virtualization is quite old. It is basically from 2009,
and a lot of things has changed since then.

2) More importantly, this software is more like for networking rather than
virtualization, so I think it was misplaced.
---
 .../recipes-support/openflow/openflow_1.0.bb       | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 meta-networking/recipes-support/openflow/openflow_1.0.bb

diff --git a/meta-networking/recipes-support/openflow/openflow_1.0.bb b/meta-networking/recipes-support/openflow/openflow_1.0.bb
new file mode 100644
index 0000000..eb7770e
--- /dev/null
+++ b/meta-networking/recipes-support/openflow/openflow_1.0.bb
@@ -0,0 +1,32 @@
+SUMMARY = "OpenFlow"
+DESCRIPTION = "Open standard that enables researchers to run experimental protocols in the campus networks"
+HOMEPAGE = "http://www.openflow.org"
+SECTION = "networking"
+LICENSE = "GPLv2"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2"
+
+SRCREV = "c84f33f09d5dbcfc9b489f64cb30475bf36f653a"
+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
+
+do_configure() {
+    ./boot.sh
+    oe_runconf
+}
+
+do_install_append() {
+	# Remove /var/run as it is created on startup
+    rm -rf ${D}${localstatedir}/run
+}
-- 
1.8.4



^ permalink raw reply related	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2013-09-05 13:07 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-02  8:20 [meta-networking][PATCH] openflow: Add latest from git Laszlo Papp
2013-09-03  1:56 ` Bruce Ashfield
2013-09-03  3:55   ` Laszlo Papp
2013-09-03 13:04     ` Bruce Ashfield
2013-09-03 13:13       ` Laszlo Papp
2013-09-03 13:38         ` Bruce Ashfield
2013-09-03 13:47           ` Laszlo Papp
2013-09-03 21:18             ` Joe MacDonald
2013-09-04 21:02               ` Joe MacDonald
2013-09-03 21:08           ` Joe MacDonald
2013-09-03 22:39             ` Bruce Ashfield
2013-09-04  3:27               ` Joe MacDonald
2013-09-04 12:22                 ` Bruce Ashfield
2013-09-04 21:04                   ` Joe MacDonald
2013-09-05  4:29                     ` Bruce Ashfield
2013-09-04 13:13                 ` Philip Balister
2013-09-04 13:31                   ` Laszlo Papp
2013-09-04 20:26                   ` Joe MacDonald
2013-09-04 21:14 ` Joe MacDonald
2013-09-05  4:39   ` Bruce Ashfield
2013-09-05  9:01     ` Burton, Ross
2013-09-05  9:13       ` Laszlo Papp
2013-09-05 13:04       ` Joe MacDonald
2013-09-05 13:07         ` Laszlo Papp
2013-09-05 13:01     ` Joe MacDonald
2013-09-05  5:05   ` Laszlo Papp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.