All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe 2/3] libnl: add 3.23
Date: Mon, 21 Nov 2011 09:05:08 +0100	[thread overview]
Message-ID: <jad0nk$faj$1@dough.gmane.org> (raw)
In-Reply-To: <1321822001-3647-2-git-send-email-schnitzeltony@gmx.de>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 20-11-11 21:46, Andreas Müller schreef:
> * fixes networkmanager default route issue

If so, you'll need an extra patch to bump PR for networkmanager.

regards,

Koen

> * to make wpa-supplicant build, links to include files and shared libs 
> were added since wpa-supplicant expects old libnl-2 locations. Should 
> libnl-3 move to oe-core, this woraround should be fixed at 
> wpa-supplicant. * the command line interface (cli) applications were 
> added at libnl-cli packet. This seems correct because EXTRA_OECONF += 
> "--disable-cli" creates empty package libnl-cli without affecting other 
> packages. * build tested from scratch & run tested on overo with iw 3.2 /
> wpa-supplicant 0.7.3 / networkmanager 0.9.2.
> 
> Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> --- 
> meta-oe/recipes-support/libnl/libnl_3.2.3.bb |   46 
> ++++++++++++++++++++++++++ 1 files changed, 46 insertions(+), 0 
> deletions(-) create mode 100644 
> meta-oe/recipes-support/libnl/libnl_3.2.3.bb
> 
> diff --git a/meta-oe/recipes-support/libnl/libnl_3.2.3.bb 
> b/meta-oe/recipes-support/libnl/libnl_3.2.3.bb new file mode 100644
> index 0000000..190ea4c --- /dev/null +++ 
> b/meta-oe/recipes-support/libnl/libnl_3.2.3.bb @@ -0,0 +1,46 @@ 
> +DESCRIPTION = "libnl is a library for applications dealing with netlink 
> sockets." +HOMEPAGE = "http://www.infradead.org/~tgr/libnl/" +SECTION = 
> "libs/network" + +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = 
> "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" + +DEPENDS = 
> "flex-native bison-native" + +SRC_URI = 
> "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz" + 
> +SRC_URI[md5sum] = "dbbb44801e833cf9ca4fdc943f2a58ee"
> +SRC_URI[sha256sum] =
> "69f4a360350ea61f2c988f947c251995c04093c74743eae9eeffba85846ef007" + 
> +inherit autotools pkgconfig + +do_install_append() { +    # make 
> wpa-supplicant happy +    # TODO: when moving to oe-core fix at 
> wpa-supplicant +    # (e.g src/drivers/drivers.mak) +    cd 
> ${D}${includedir} +    ln -sf libnl3/netlink netlink +    cd 
> ${D}${libdir} +    ln -sf libnl-3.so.200 libnl.so +    ln -sf 
> libnl-3.so.200 libnl.so.3 +    ln -sf libnl-genl-3.so.200 libnl-genl.so
> + ln -sf libnl-genl-3.so.200 libnl-genl.so.3 +} + +FILES_${PN} = 
> "${libdir}/libnl-3.so.* \ +               ${libdir}/libnl.so.* \ + 
> ${sysconfdir}" +FILES_${PN}-dbg += "${libdir}/libnl/cli/*/.debug" 
> +FILES_${PN}-dev += "${libdir}/libnl/cli/*/*.so \ + 
> ${libdir}/libnl/cli/*/*.la" +FILES_${PN}-staticdev += 
> "${libdir}/libnl/cli/*/*.a" + +PACKAGES += "${PN}-cli ${PN}-route 
> ${PN}-nf ${PN}-genl" +FILES_${PN}-cli   = "${libdir}/libnl-cli-3.so.* \
> + ${libdir}/libnl/cli/*/*.so.* \ +                     ${sbindir}/nl-*" 
> +FILES_${PN}-route = "${libdir}/libnl-route-3.so.*" +FILES_${PN}-nf    = 
> "${libdir}/libnl-nf-3.so.*" +FILES_${PN}-genl  = 
> "${libdir}/libnl-genl-3.so.* \ + ${libdir}/libnl-genl.so.*" +

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAk7KBjQACgkQMkyGM64RGpFf1ACgiOaSB2YjkcTglGeUD57fx3SA
ZL0AnRvCYLiJDS8n19prYLVlhAnXCPox
=hjyd
-----END PGP SIGNATURE-----




  reply	other threads:[~2011-11-21  8:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-20 20:46 [meta-oe 1/3] iw: update to 3.2 Andreas Müller
2011-11-20 20:46 ` [meta-oe 2/3] libnl: add 3.23 Andreas Müller
2011-11-21  8:05   ` Koen Kooi [this message]
2011-11-20 20:46 ` [meta-oe 3/3] libnl1: remove Andreas Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='jad0nk$faj$1@dough.gmane.org' \
    --to=koen@dominion.thruhere.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.