[oe-commits] Mike Westerhof : SlugOS: slugos.inc - set preferred version for gnutls

GIT User account git at amethyst.openembedded.net
Fri Oct 24 14:49:38 UTC 2008


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Oct 24 09:48:18 2008 -0500

SlugOS: slugos.inc - set preferred version for gnutls
(our autotools is a bit too old at the moment)

---

 conf/distro/include/slugos.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 3f92a91..f3a78f5 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -158,6 +158,8 @@ PREFERRED_VERSION_pango    ?= 1.20.5
 PREFERRED_VERSION_glib-2.0 ?= 2.16.1
 
 # Stick with an older gettext and e2fsprogs stuff
+# and gnutls... (our autotools is too old at the moment)
+PREFERRED_VERSION_gnutls           ?= "1.6.3"
 PREFERRED_VERSION_gettext          ?= "0.14.1"
 PREFERRED_VERSION_gettext-native   ?= "0.14.1"
 PREFERRED_VERSION_e2fsprogs-libs   ?= "1.39"





More information about the Openembedded-commits mailing list