mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
Fixed Q&A error for OpenFlow recipe
Signed-off-by: David Nyström <david.nystrom@enea.com>
This commit is contained in:
parent
88a7e97b9b
commit
7234dca866
|
@ -1,4 +1,4 @@
|
||||||
SUMMARY = "OpelFlow"
|
SUMMARY = "OpenFlow"
|
||||||
DESCRIPTION = "Provide a generic framework for handling devices in userspace."
|
DESCRIPTION = "Provide a generic framework for handling devices in userspace."
|
||||||
HOMEPAGE = "http://www.openflow.org"
|
HOMEPAGE = "http://www.openflow.org"
|
||||||
SECTION = "networking"
|
SECTION = "networking"
|
||||||
|
@ -22,3 +22,8 @@ PACKAGECONFIG[libssl] = "--enable-ssl,--disable-ssl, openssl, libssl"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
# Remove /var/run as it is created on startup
|
||||||
|
rm -rf ${D}${localstatedir}/run
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user