diff options
author | Mike Westerhof <mwester@dls.net> | 2010-06-17 12:14:35 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2010-06-17 12:14:35 -0500 |
commit | 4ef5087ed7956bda672a133cbe3d11a0fa25397c (patch) | |
tree | a615644a83fc565aa76030dac19b2cb06106884d /conf/distro/include | |
parent | 5a29fcc38a1e26a13b3efd41a947159590c77a4e (diff) |
SlugOS: package feed changes to drop x11, and unbuildable packages
This set of changes removes packages that pull in libx11, and
(temporarily) disables packages that won't build, mostly due to
gcc 4.4.4 issues. Only tested on LE for the moment.
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/preferred-slugos-versions.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/preferred-slugos-versions.inc b/conf/distro/include/preferred-slugos-versions.inc index c7683b67c3..84b138146b 100644 --- a/conf/distro/include/preferred-slugos-versions.inc +++ b/conf/distro/include/preferred-slugos-versions.inc @@ -83,3 +83,6 @@ PREFERRED_VERSION_udev ?= "118" # latest tcl recipe has a bug that overwites regex.h; use the old tcl #PREFERRED_VERSION_tcl ?= "8.4.19" + +# We need the bluez4 version of the libs, which has default_precedence = -1 +PREFERRED_VERSION_bluez-libs ?= "4.42" |