All of lore.kernel.org
 help / color / mirror / Atom feed
* /usr/include/libnl3 or /usr/include
@ 2019-03-04 16:50 Jean-Francois Dagenais
  2019-03-04 18:59 ` Adrian Bunk
  0 siblings, 1 reply; 5+ messages in thread
From: Jean-Francois Dagenais @ 2019-03-04 16:50 UTC (permalink / raw)
  To: Poky Project; +Cc: paul.eggleton

Hi guys,

There's been a couple of time when I've hit snags where packages use their version numbers in the paths of stuff they provide. This poses a small challenge where dependent recipes might have to specifically account for this "special" path.

For example, libnl is using /usr/include/libnl3 and wpa_supplicant has to specifically "hack" its configure process to be able to find the libnl headers.

Since libnl does explicitly that it cannot co-exist with it's previous versions:
RREPLACES_${PN} = "libnl2"
RCONFLICTS_${PN} = "libnl2"

what is the point of the sub-path?

Would you receive a patchset which moves libnl's headers files back at /usr/include (or rather: ${includedir}) ?

I suspect this would also set a precedent.



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

end of thread, other threads:[~2019-03-05 17:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-04 16:50 /usr/include/libnl3 or /usr/include Jean-Francois Dagenais
2019-03-04 18:59 ` Adrian Bunk
2019-03-05 15:32   ` Jean-Francois Dagenais
2019-03-05 15:38     ` Jean-Francois Dagenais
2019-03-05 17:45       ` Adrian Bunk

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.