summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/openflow
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/openflow')
-rw-r--r--meta-networking/recipes-protocols/openflow/openflow.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc
index cccbfa19a6..1640911fd8 100644
--- a/meta-networking/recipes-protocols/openflow/openflow.inc
+++ b/meta-networking/recipes-protocols/openflow/openflow.inc
@@ -27,11 +27,11 @@ S = "${WORKDIR}/git"
27 27
28inherit autotools-brokensep pkgconfig 28inherit autotools-brokensep pkgconfig
29 29
30do_configure_prepend() { 30do_configure:prepend() {
31 ./boot.sh 31 ./boot.sh
32} 32}
33 33
34do_install_append() { 34do_install:append() {
35 # Remove /var/run as it is created on startup 35 # Remove /var/run as it is created on startup
36 rm -rf ${D}${localstatedir}/run 36 rm -rf ${D}${localstatedir}/run
37} 37}