[OE-core] [PATCH] wpa-supplicant: Remove no longer required hack for libnl

Jean-Francois Dagenais jeff.dagenais at gmail.com
Wed Mar 6 21:16:46 UTC 2019


> On Mar 6, 2019, at 02:46, Adrian Bunk <bunk at stusta.de> wrote:
> 
> Upstream already fixed this properly by using pkg-config.
> 
> Signed-off-by: Adrian Bunk <bunk at stusta.de>
Reviewed-by: Jean-Francois Dagenais <jeff.dagenais at gmail.com>
> ---
> meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.7.bb | 2 --
> 1 file changed, 2 deletions(-)
> 
> diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.7.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.7.bb
> index 6fc5cf5db7..fe5fa2b82e 100644
> --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.7.bb
> +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.7.bb
> @@ -42,8 +42,6 @@ CONFFILES_${PN} += "${sysconfdir}/wpa_supplicant.conf"
> do_configure () {
> 	${MAKE} -C wpa_supplicant clean
> 	install -m 0755 ${WORKDIR}/defconfig wpa_supplicant/.config
> -	echo "CFLAGS +=\"-I${STAGING_INCDIR}/libnl3\"" >> wpa_supplicant/.config
> -	echo "DRV_CFLAGS +=\"-I${STAGING_INCDIR}/libnl3\"" >> wpa_supplicant/.config
> 	
> 	if echo "${PACKAGECONFIG}" | grep -qw "openssl"; then
>        	ssl=openssl
> -- 
> 2.17.1
> 



More information about the Openembedded-core mailing list