[meta-virtualization] [PATCH 1/2] openvswitch: add missing inherit

Bruce Ashfield bruce.ashfield at windriver.com
Wed Dec 18 13:16:09 PST 2013


On 13-12-18 03:42 PM, Mark Asselstine wrote:
> openvswitch requires pkgconfig or you may see an error:
>
> configure.ac:53: error: Please install pkg-config.
>
> during configure.
>
> Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
> ---
> Bruce,
>
> Here is another set of commits to fix potential build issues, usually
> encountered while building out of sstate. Sorry for not grouping these
> with my recent lxc commit, I pulled the trigger too quickly.

merged all three.

Bruce

>
> Mark
>
>
>   recipes-networking/openvswitch/openvswitch_1.10.0.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-networking/openvswitch/openvswitch_1.10.0.bb b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
> index 02c8ab3..931beb8 100644
> --- a/recipes-networking/openvswitch/openvswitch_1.10.0.bb
> +++ b/recipes-networking/openvswitch/openvswitch_1.10.0.bb
> @@ -59,7 +59,7 @@ FILES_${PN}-switch = "${sysconfdir}/init.d/openvswitch-switch \
>   FILES_${PN} += "${datadir}/ovsdbmonitor"
>   FILES_${PN} += "/run"
>
> -inherit autotools update-rc.d
> +inherit autotools update-rc.d pkgconfig
>
>   INITSCRIPT_PACKAGES = "${PN}-switch ${PN}-controller"
>   INITSCRIPT_NAME_${PN}-switch = "openvswitch-switch"
>



More information about the meta-virtualization mailing list