[OE-core] [oe-commits] Cristian Iorga : wpa-supplicant: upgrade to 2.3

Martin Jansa martin.jansa at gmail.com
Thu Dec 18 12:56:23 UTC 2014


On Thu, Nov 20, 2014 at 02:08:39PM +0000, git at git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: f600e77bbdc1d6a0f29bf8bd775b79dc01bc0b4d
> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f600e77bbdc1d6a0f29bf8bd775b79dc01bc0b4d
> 
> Author: Cristian Iorga <cristian.iorga at intel.com>
> Date:   Tue Nov 11 10:46:22 2014 +0200
> 
> wpa-supplicant: upgrade to 2.3
> 
> - P2P WiFi improvements;
> - Bug fixes.
> 
> Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
> Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
> 
> ---
> 
>  .../recipes-connectivity/wpa-supplicant/wpa-supplicant.inc |  4 ++--
>  .../wpa-supplicant/fix-libnl3-host-contamination.patch     | 14 +++++++-------
>  .../{wpa-supplicant_2.2.bb => wpa-supplicant_2.3.bb}       |  0
>  3 files changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
> index 3abcf86..2bc9339 100644
> --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
> +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
> @@ -26,8 +26,8 @@ SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
>             file://99_wpa_supplicant \
>             file://fix-libnl3-host-contamination.patch \
>            "
> -SRC_URI[md5sum] = "238e8e888bbd558e1a57e3eb28d1dd07"
> -SRC_URI[sha256sum] = "e0d8b8fd68a659636eaba246bb2caacbf53d22d53b2b6b90eb4b4fef0993c8ed"
> +SRC_URI[md5sum] = "f2ed8fef72cf63d8d446a2d0a6da630a"
> +SRC_URI[sha256sum] = "eaaa5bf3055270e521b2dff64f2d203ec8040f71958b8588269a82c00c9d7b6a"

Why do we have version specific checksums in generic .inc file?

>  S = "${WORKDIR}/wpa_supplicant-${PV}"
>  
> diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/fix-libnl3-host-contamination.patch b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/fix-libnl3-host-contamination.patch
> index eb8036f..e899c16 100644
> --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/fix-libnl3-host-contamination.patch
> +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/fix-libnl3-host-contamination.patch
> @@ -15,15 +15,15 @@ diff --git a/src/drivers/drivers.mak b/src/drivers/drivers.mak
>  index 68ff910..1f38f57 100644
>  --- a/src/drivers/drivers.mak
>  +++ b/src/drivers/drivers.mak
> -@@ -30,7 +30,7 @@ NEED_RFKILL=y
> +@@ -35,7 +35,7 @@ NEED_RFKILL=y
>   ifdef CONFIG_LIBNL32
>     DRV_LIBS += -lnl-3
>     DRV_LIBS += -lnl-genl-3
>  -  DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3
>  +  DRV_CFLAGS += -DCONFIG_LIBNL20
> - else
> -   ifdef CONFIG_LIBNL_TINY
> -     DRV_LIBS += -lnl-tiny
> + ifdef CONFIG_LIBNL3_ROUTE
> +   DRV_LIBS += -lnl-route-3
> +   DRV_CFLAGS += -DCONFIG_LIBNL3_ROUTE
>  diff --git a/src/drivers/drivers.mk b/src/drivers/drivers.mk
>  index db8561a..c93e88d 100644
>  --- a/src/drivers/drivers.mk
> @@ -34,9 +34,9 @@ index db8561a..c93e88d 100644
>     DRV_LIBS += -lnl-genl-3
>  -  DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3
>  +  DRV_CFLAGS += -DCONFIG_LIBNL20
> - else
> -   ifdef CONFIG_LIBNL_TINY
> -     DRV_LIBS += -lnl-tiny
> + ifdef CONFIG_LIBNL3_ROUTE
> +   DRV_LIBS += -lnl-route-3
> +   DRV_CFLAGS += -DCONFIG_LIBNL3_ROUTE
>  -- 
>  1.7.10.4
>  
> diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.2.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.3.bb
> similarity index 100%
> rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.2.bb
> rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.3.bb
> 
> -- 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20141218/38ec1421/attachment-0002.sig>


More information about the Openembedded-core mailing list