[oe-commits] Mike Westerhof : SlugOS: slugos. inc - switch from diet-x11 libs to standard x11 libs

git version control git at git.openembedded.org
Thu Jul 9 19:51:02 UTC 2009


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Jul  9 14:48:38 2009 -0500

SlugOS: slugos.inc - switch from diet-x11 libs to standard x11 libs
(diet-x11 has grown stale, and while the smaller size is good,
staying current is preferable as a default.)

---

 conf/distro/include/slugos.inc |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index fb036c1..903e5ed 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -127,9 +127,11 @@ PREFERRED_PROVIDER_virtual/arm-linux-binutils		    = "binutils-cross"
 PREFERRED_PROVIDER_virtual/armeb-linux-binutils		    = "binutils-cross"
 PREFERRED_PROVIDER_linux-libc-headers			    = "linux-libc-headers"
 
-# Select the smallest provider of x11 libraries
-PREFERRED_PROVIDER_virtual/libx11		= "diet-x11"
-SRCDATE_diet-x11				?= "20060106"
+# Select the appropriate x11 library provider.  The diet-x11 libraries are
+# much smaller, but may not be as current as the standard x11 libraries; by
+# default we will select the standard libraries and permit the use of an
+# override if the user wishes (and has the correct PREFERRED_VERSIONs set).
+PREFERRED_PROVIDER_virtual/libx11		?= "libx11"
 
 # Ensure consistency across all SlugOS builds for the provider of a relational
 # database - use the latest version of the SleepyCat Berkeley database





More information about the Openembedded-commits mailing list