diff options
author | Koen Kooi <koen@openembedded.org> | 2005-01-22 09:35:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2005-01-22 09:35:55 +0000 |
commit | 6cf2ea2cd8d0568cfdc55c3f561146baeecb85ce (patch) | |
tree | d330516da32ba050046e1a28a79dcae9973906ea | |
parent | 9e7692a50057f02dfea534229486e8d1d3999b73 (diff) |
Remove PREFERRED_PROVIDER for sdl and gst-plugins, those need to be specified by meta-opie and meta-gpe as they force opie- and gpe-isms onto images
BKrev: 41f21e7bjp7owFwJOkhmpxC0t4Io6Q
-rw-r--r-- | conf/distro/familiar-0.8.1.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/distro/familiar-0.8.1.conf b/conf/distro/familiar-0.8.1.conf index 99e73f930c..4d19150a12 100644 --- a/conf/distro/familiar-0.8.1.conf +++ b/conf/distro/familiar-0.8.1.conf @@ -11,8 +11,6 @@ CVSDATE_minimo = 20040828 PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie" PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" -PREFERRED_PROVIDERS += "virtual/libsdl:libsdl-x11" -PREFERRED_PROVIDERS += "gst-plugins:gpe-gst-plugins" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" |