From 7234dca86661841ccf406ecacfa1b4c0b17069eb Mon Sep 17 00:00:00 2001 From: David Nyström Date: Wed, 21 Aug 2013 16:16:13 +0200 Subject: Fixed Q&A error for OpenFlow recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Nyström --- 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 3663e50b..20a2bc95 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 +} -- cgit v1.2.3-54-g00ecf