[meta-virtualization] [PATCH] Fixed Q&A error for OpenFlow recipe

Bruce Ashfield bruce.ashfield at gmail.com
Wed Aug 21 17:54:37 PDT 2013


Can you dump the QA recipe here for the long log ? I've been building this and
haven't seen it myself. So I'm curious to see what it is .. with it in
the commit log,
I'll know if I see it.

On Wed, Aug 21, 2013 at 10:16 AM, David Nyström
<david.c.nystrom at gmail.com> wrote:
> Signed-off-by: David Nyström <david.nystrom at 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"

I for one liked the OpelFlow support! :)

>  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
> +}

Indeed .. this will get populated without OpenFlow's help.

Bruce

> --
> 1.8.3.2
>
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"



More information about the meta-virtualization mailing list