summaryrefslogtreecommitdiff
path: root/conf/distro/include/preferred-slugos-versions.inc
AgeCommit message (Collapse)AuthorFiles
2010-04-11SlugOS: preferred-slugos-versions.inc - fix to accomodate version numbering ↵Mike Westerhof1
change for atkY (Another fix required only because of completely gratuitious changes made in OE)
2010-04-10SlugOS: preferred-slugos-versions.inc - older atk required due to autoconfMike Westerhof1
2010-04-09SlugOS: preferred-slugos-versions.inc - fix missing closing quoteMike Westerhof1
2010-04-09SlugOS: preferred-slugos-versions.inc - lock down older version of gtk+Mike Westerhof1
Avoids build failures because newer versions require a newer automake, which cannot be used at this time because other packages fail to build with the newer automake and its dependencies.
2010-04-09SlugOS: preferred-slugos-versions.inc - add autoconf-2.61Mike Westerhof1
This fixes build failures with m4, maiu, and inetutils, which fail with autoconf 2.65
2010-04-08SlugOS: preferred-slugos-versions.inc - fix kernel SRCREV selectionMike Westerhof1
This makes the PREFERRED_VERSION selection for the SlugOS kernel work again after a recent "pretty-ification" change for SRCREV handling. Note that this is a sub-optimal solution, but it is required to correct build failures for SlugOS. A long-term solution needs to either put the SRCREV back to where it was (a semi-global config file), or it needs to change the way the ixp4xx kernels are selected. More specifically, the problems this fixes for SlugOS still exist in the ixp4xx machine definition file.
2010-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-20preferred-slugos-versions.inc: bump up autotools-native, and lock down autotoolsMike Westerhof1
This will avoid build problems when newer autotools become available.
2010-03-03SlugOS: preferred-slugos-versions.inc: bump up libtool to latest versionMike Westerhof1
(Required by, at least, wireshark)
2009-12-05SlugOS: update preferred versions for distro to currentMike Westerhof1
(fixes problem where gphoto and libgphoto fail to build)
2009-11-13SlugOS: preferred-slugos-versions.inc - use older pulseaudio versionMike Westerhof1
(latest version fails to compile)
2009-06-26many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat:Stanislav Brabec1
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html
2009-04-30SlugOS: preferred-slugos-versions - get rid of overrides for openssh, fixed ↵Mike Westerhof1
upstream.
2009-03-26SlugOS: set preferred versions for openssl and openssl-nativeMike Westerhof1
otherwise we get different versions for the two, due to conflicting DEFAULT_PREFERENCEs being set in the various recipes.
2009-03-21SlugOS: remove preferred_version restrictions for more packages.Mike Westerhof1
2009-03-21SlugOS: preferred_slugos_versions.inc - bump up libtoolMike Westerhof1
and remove restrictions caused by the older libtool.
2009-03-20SlugOS: bump automake-native to 1.10.2Mike Westerhof1
2009-03-01SlugOS: set preferred version for gstreamer as wellmwester1
2009-02-25SlugOS: reinstate fakeroot 1.9.6 and set as the PREFERRED_VERSIONMike Westerhof1
2009-02-20SlugOS: preferred-slugos-versions.inc - lock down gst plugins versionMike Westerhof1
(another victim of libtool/pkgconfig insanity)
2009-02-17SlugOS: nail down preferred version for avahi and tiff (libtool crappage ↵Mike Westerhof1
victims)
2009-02-13SlugOS: separate the PREFERRED_VERSIONS into its own conf fileMike Westerhof1