diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-26 07:59:42 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-26 07:59:42 +0000 |
commit | 01baa7459538554d4ec2a84f0242c8dd84cbe347 (patch) | |
tree | 6bd0a8009a00a1f2d45cac3a84856b9ce3cfab92 /conf/distro | |
parent | 26b09ba6ca5b800375e123b1b5c93222c29ec9d0 (diff) |
openmoko.conf : prefer libgsmd
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openmoko.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index 3adc4a9d5e..0f2716b0db 100644 --- a/conf/distro/openmoko.conf +++ b/conf/distro/openmoko.conf @@ -34,6 +34,9 @@ FEED_URIS = "\ PREFERRED_VERSION_binutils ?= "2.17.50.0.12" PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.12" +# we want the openmoko svn version of gsmd +PREFERRED_PROVIDER_libgsmd = "libgsmd" + require conf/distro/include/preferred-openmoko-versions.inc # Bleeding-edge developers should add the following line to their local.conf: |