diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-07-14 15:11:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-14 15:11:06 +0000 |
commit | 2c35ddb8949a8db25e9a0da5eb72146a6191cacf (patch) | |
tree | 0dc08d2dd8f46cfd5f08aa6c22c6009ce2d97394 /conf/distro/openzaurus-unstable.conf | |
parent | 5b7397bba0d219bb48f7ae0524f757b3cbdcc949 (diff) |
conf/distro cleanup. conf/distro should only contain files that are ok to be directly included
by means of setting DISTRO. conf/distro/include should contain those which doesn't.
Diffstat (limited to 'conf/distro/openzaurus-unstable.conf')
-rw-r--r-- | conf/distro/openzaurus-unstable.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf index 30d361b2fb..d5ada850be 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -10,7 +10,7 @@ CVS_TARBALL_STASH = "\ http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \ http://www.oesources.org/source/current/" -include conf/distro/openzaurus.conf +require conf/distro/include/openzaurus.conf DISTRO_TYPE = "debug" # DISTRO_TYPE = "release" @@ -58,17 +58,17 @@ PREFERRED_VERSION_binutils = "2.15.94.0.1" QTE_VERSION = "2.3.10" OPIE_VERSION = "1.2.2" PALMTOP_USE_MULTITHREADED_QT = "yes" -include conf/distro/preferred-opie-versions.inc +require conf/distro/include/preferred-opie-versions.inc # # GPE # PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" PREFERRED_PROVIDER_libx11 = "diet-x11" -include conf/distro/preferred-gpe-versions-2.8.inc +require conf/distro/include/preferred-gpe-versions-2.8.inc # # E # -include conf/distro/preferred-e-versions.inc +require conf/distro/include/preferred-e-versions.inc |