diff options
Diffstat (limited to 'meta-networking/recipes-protocols/openflow')
| -rw-r--r-- | meta-networking/recipes-protocols/openflow/openflow.inc | 4 |
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 | ||
| 28 | inherit autotools-brokensep pkgconfig | 28 | inherit autotools-brokensep pkgconfig |
| 29 | 29 | ||
| 30 | do_configure_prepend() { | 30 | do_configure:prepend() { |
| 31 | ./boot.sh | 31 | ./boot.sh |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | do_install_append() { | 34 | do_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 | } |
