A couple of things.

Just to confirm. Are the old patches something that has been merged into this 
updated version of libnl or do they simply not apply anymore? Also I don't 
understand the "Updated autotools comment".

Also just a heads up. Libnl is only used currently by the wilink drivers. I 
thought I remember in the past that sometimes the wireless packages break/need 
to be fixed when the packages they depend on has been updated or changed. So if 
you plan on setting the PREFERRED_VERSION to use this updated version of libnl 
please hold off on setting it globally until the AMSDK release at the end of 
this month is completed. Or feel free to set it globally and simply insure that 
am335x and am437x still uses 3.2.22.

> -----Original Message-----
> From: [email protected] [mailto:meta-arago-
> [email protected]] On Behalf Of Nelson, Sam
> Sent: Wednesday, January 21, 2015 11:08 PM
> To: [email protected]
> Subject: [meta-arago] [PATCH 2/2] libnl: Update recipe from 3.2.22 to 3.2.24
> 
> - removed old patches
> - Updated autotools
> - Added some private files to be installed to allow libnl extensions.
> 
> Signed-off-by: Sam Nelson <[email protected]>
> 
> ---
> Planning to  send as similar patch to oe-core  as well.
> Once accepted can be removed here
> ---
> ---
>  .../libnl/{libnl_3.2.22.bb => libnl_3.2.24.bb}     |   23 
> ++++++++++----------
>  1 file changed, 12 insertions(+), 11 deletions(-)  rename meta-arago-
> extras/recipes-support/libnl/{libnl_3.2.22.bb => libnl_3.2.24.bb} (72%)
> 
> diff --git a/meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bb b/meta-
> arago-extras/recipes-support/libnl/libnl_3.2.24.bb
> similarity index 72%
> rename from meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bb
> rename to meta-arago-extras/recipes-support/libnl/libnl_3.2.24.bb
> index a299bfb..50a9cd9 100644
> --- a/meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bb
> +++ b/meta-arago-extras/recipes-support/libnl/libnl_3.2.24.bb
> @@ -9,17 +9,18 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
> 
>  DEPENDS = "flex-native bison-native"
> 
> -SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \
> -           file://fix-pktloc_syntax_h-race.patch \
> -           file://fix-pc-file.patch \
> -           file://fix-lib-cache_mngr.c-two-parentheses-bugs.patch \
> -           
> file://0001-fix-double-free-caused-by-freeing-link-af_data-in-rt.patch
> \
> -          "
> -
> -SRC_URI[md5sum] = "2e1c889494d274aca24ce5f6a748e66e"
> -SRC_URI[sha256sum] =
> "c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b
> "
> -
> -inherit autotools-brokensep pkgconfig
> +SRC_URI[md5sum] = "6e0e7bad0674749d930dd9f285343d55"
> +SRC_URI[sha256sum] =
> "fb8d6e5dc8af5b85bc6d00a71582a68a01e6a3f7d1664d4a646e289a99dd681
> 6"
> +SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz";
> +
> +inherit autotools pkgconfig
> +
> +do_install_append() {
> +#   Install private files to allow libnl extensions
> +    install -d ${D}${includedir}/netlink-private
> +    cp -r ${S}/include/netlink-private/cache-api.h ${D}${includedir}/netlink-
> private/
> +    cp -r ${S}/include/netlink-private/object-api.h
> +${D}${includedir}/netlink-private/
> +}
> 
>  FILES_${PN} = "${libdir}/libnl-3.so.* \
>                 ${libdir}/libnl.so.* \
> --
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to