[oe-commits] Mike Westerhof : SlugOS: preferred-slugos-versions. inc - lock down gst plugins version

GIT User account git at amethyst.openembedded.net
Fri Feb 20 06:06:12 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ff363a5e672a894bb366b66c0460c5fc07f12034
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ff363a5e672a894bb366b66c0460c5fc07f12034

Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Feb 20 00:04:42 2009 -0600

SlugOS: preferred-slugos-versions.inc - lock down gst plugins version
(another victim of libtool/pkgconfig insanity)

---

 conf/distro/include/preferred-slugos-versions.inc |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/conf/distro/include/preferred-slugos-versions.inc b/conf/distro/include/preferred-slugos-versions.inc
index c8efbdf..d495930 100644
--- a/conf/distro/include/preferred-slugos-versions.inc
+++ b/conf/distro/include/preferred-slugos-versions.inc
@@ -32,7 +32,6 @@ SRCREV_pn-opkg-sdk    = "160"
 ### may include preferred versions for toolchain components.
 
 PREFERRED_VERSION_automake-native		?= "1.10"
-PREFERRED_VERSION_avahi				?= "0.6.23"
 PREFERRED_VERSION_binutils			?= "2.18.50.0.7"
 PREFERRED_VERSION_binutils-cross		?= "2.18.50.0.7"
 PREFERRED_VERSION_binutils-cross-sdk		?= "2.18.50.0.7"
@@ -60,11 +59,18 @@ PREFERRED_VERSION_netatalk			?= "2.0.3"
 PREFERRED_VERSION_nslu2-linksys-firmware	?= "2.3r63"
 PREFERRED_VERSION_pkgconfig			?= "0.23"
 PREFERRED_VERSION_pkgconfig-native		?= "0.23"
-PREFERRED_VERSION_tiff				?= "3.7.2"
 PREFERRED_VERSION_udev				?= "118"
 
 ##################### Stuff with special notes, and broken stuff:
 
+# libtool/pkgconfig victims -- these packages are locked down because
+# newer versions also require newer libtool/pkgconfig versions.
+
+PREFERRED_VERSION_avahi				?= "0.6.23"
+PREFERRED_VERSION_gst-plugins-base		?= "0.10.17"
+PREFERRED_VERSION_tiff				?= "3.7.2"
+
+
 # Hack alert - selecting this version of libusb effectively selects
 # the use of libusb1 and libusb-compat in the case that something
 # still depends on libusb. This is required because otherwise





More information about the Openembedded-commits mailing list