Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Question: Multiple versions of a package.
@ 2011-09-30 21:21 H Hartley Sweeten
  2011-10-01 11:19 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: H Hartley Sweeten @ 2011-09-30 21:21 UTC (permalink / raw)
  To: buildroot

Can a package/*/*.mk file be setup to handle two different versions
of a package or should two separate package/* directories be created?

I'm trying to add the ParaGUI package to buildroot.  This is a widget
toolkit library that uses SDL.  It also needs libsigc++, which is
available in packages/, but it's an incompatible version.

The version of libsigc++ in buildroot is 2.2.8.  ParaGUI needs
libsigc++1.2 >= 1.2.5.  It appears that even though these libraries
do the same thing they have very different API's.

A similar issue occurs with the new version of SDL.  It has not been
offically released yet but SDL1.2 and SDL1.3 (2.0?) use completely
different APIs.

What's that bast way to handle this situation?

Regards,
Hartley

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

end of thread, other threads:[~2011-10-04 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 21:21 [Buildroot] Question: Multiple versions of a package H Hartley Sweeten
2011-10-01 11:19 ` Thomas Petazzoni
2011-10-04  0:12   ` H Hartley Sweeten
2011-10-04  5:25     ` Thomas Petazzoni
2011-10-04 16:34       ` H Hartley Sweeten

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