[OE-core] [PATCH 2/3] wpa-supplicant: inherit pkgconfig

Nicolas Dechesne nicolas.dechesne at linaro.org
Tue Jan 31 14:24:09 UTC 2017


On Tue, Jan 31, 2017 at 2:23 PM, Markus Lehtonen
<markus.lehtonen at linux.intel.com> wrote:
>
> Missing dependency uncovered after recipe specific sysroots were enabled.
>
> Signed-off-by: Markus Lehtonen <markus.lehtonen at linux.intel.com>
> ---
>  meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.6.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.6.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.6.bb
> index b96f9d2..146bccf 100644
> --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.6.bb
> +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.6.bb
> @@ -13,7 +13,7 @@ PACKAGECONFIG ??= "gnutls"
>  PACKAGECONFIG[gnutls] = ",,gnutls libgcrypt"
>  PACKAGECONFIG[openssl] = ",,openssl"
>
> -inherit systemd
> +inherit pkgconfig systemd

thanks, i just hit the same issue, and your patch fixes it.

Tested-by Nicolas Dechesne <nicolas.dechesne at linaro.org>



More information about the Openembedded-core mailing list