Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Correct the packaging of libnl
@ 2016-04-06 18:16 Peter Kjellerstedt
  2016-04-06 18:16 ` [PATCH 1/1] libnl: Make sure files end up in libnl-cli as they should Peter Kjellerstedt
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Kjellerstedt @ 2016-04-06 18:16 UTC (permalink / raw)
  To: openembedded-core

This corrects the packaging of libnl so that the modules that belong
in libnl-cli actually ends up there and not in libnl-dev.

//Peter

The following changes since commit c1157400ab6f5cb0f057bd07e55c4790499107ed:

  bitbake: fetch2/git.py: remove .indirectiondir workaround (2016-04-06 10:29:47 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib pkj/libnl
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/libnl

Peter Kjellerstedt (1):
  libnl: Make sure files end up in libnl-cli as they should

 meta/recipes-support/libnl/libnl_3.2.25.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.1.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] libnl: Make sure files end up in libnl-cli as they should
  2016-04-06 18:16 [PATCH 0/1] Correct the packaging of libnl Peter Kjellerstedt
@ 2016-04-06 18:16 ` Peter Kjellerstedt
  2016-04-07  9:49   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Kjellerstedt @ 2016-04-06 18:16 UTC (permalink / raw)
  To: openembedded-core

The modules that belong to libnl-cli ended up in libnl-dev since the
latter appeared earlier in PACKAGES than the former. This also avoids
warnings like the following:

  WARNING: libnl-1_3.2.25-r1 do_package: libnl-dev-3.2.25 was
  registered as shlib provider for basic.so, changing it to
  libnl-cli-3.2.25 because it was built later

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta/recipes-support/libnl/libnl_3.2.25.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libnl/libnl_3.2.25.bb b/meta/recipes-support/libnl/libnl_3.2.25.bb
index cabe841..a80c23e 100644
--- a/meta/recipes-support/libnl/libnl_3.2.25.bb
+++ b/meta/recipes-support/libnl/libnl_3.2.25.bb
@@ -27,7 +27,7 @@ RREPLACES_${PN} = "libnl2"
 RCONFLICTS_${PN} = "libnl2"
 FILES_${PN}-staticdev += "${libdir}/libnl/cli/*/*.a"
 
-PACKAGES += "${PN}-cli ${PN}-route ${PN}-nf ${PN}-genl ${PN}-idiag"
+PACKAGES =+ "${PN}-cli ${PN}-route ${PN}-nf ${PN}-genl ${PN}-idiag"
 FILES_${PN}-cli   = "${libdir}/libnl-cli-3.so.* \
                      ${libdir}/libnl/cli/*/*.so \
                      ${libdir}/libnl/cli/*/*.la \
-- 
2.1.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] libnl: Make sure files end up in libnl-cli as they should
  2016-04-06 18:16 ` [PATCH 1/1] libnl: Make sure files end up in libnl-cli as they should Peter Kjellerstedt
@ 2016-04-07  9:49   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2016-04-07  9:49 UTC (permalink / raw)
  To: Peter Kjellerstedt; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

On 6 April 2016 at 19:16, Peter Kjellerstedt <peter.kjellerstedt@axis.com>
wrote:

> The modules that belong to libnl-cli ended up in libnl-dev since the
> latter appeared earlier in PACKAGES than the former. This also avoids
> warnings like the following:
>

This doesn't result in any files moving around for me.  In particular,
libnl-cli contains /usr/lib/libnl/cli/cls/basic.so.

Ross

[-- Attachment #2: Type: text/html, Size: 877 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-07  9:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-06 18:16 [PATCH 0/1] Correct the packaging of libnl Peter Kjellerstedt
2016-04-06 18:16 ` [PATCH 1/1] libnl: Make sure files end up in libnl-cli as they should Peter Kjellerstedt
2016-04-07  9:49   ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox