All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixed Q&A error for OpenFlow recipe
@ 2013-08-21 14:16 David Nyström
  2013-08-22  0:54 ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: David Nyström @ 2013-08-21 14:16 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: David Nyström <david.nystrom@enea.com>
---
 recipes-networking/openflow/openflow_1.0.bb | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/recipes-networking/openflow/openflow_1.0.bb b/recipes-networking/openflow/openflow_1.0.bb
index 3663e50..20a2bc9 100644
--- a/recipes-networking/openflow/openflow_1.0.bb
+++ b/recipes-networking/openflow/openflow_1.0.bb
@@ -1,4 +1,4 @@
-SUMMARY = "OpelFlow"
+SUMMARY = "OpenFlow"
 DESCRIPTION = "Provide a generic framework for handling devices in userspace."
 HOMEPAGE = "http://www.openflow.org"
 SECTION = "networking"
@@ -21,4 +21,9 @@ PACKAGECONFIG[libssl] = "--enable-ssl,--disable-ssl, openssl, libssl"
 
 S = "${WORKDIR}/git"
 
-inherit autotools
\ No newline at end of file
+inherit autotools
+
+do_install_append() {
+	# Remove /var/run as it is created on startup
+        rm -rf ${D}${localstatedir}/run
+}
-- 
1.8.3.2



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

end of thread, other threads:[~2013-08-25  5:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21 14:16 [PATCH] Fixed Q&A error for OpenFlow recipe David Nyström
2013-08-22  0:54 ` Bruce Ashfield
2013-08-22  7:55   ` David Nyström
2013-08-25  5:29     ` Bruce Ashfield

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.