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-uclibc.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-uclibc.conf')
-rw-r--r-- | conf/distro/openzaurus-unstable-uclibc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openzaurus-unstable-uclibc.conf b/conf/distro/openzaurus-unstable-uclibc.conf index 6ff43f565a..09c18e717a 100644 --- a/conf/distro/openzaurus-unstable-uclibc.conf +++ b/conf/distro/openzaurus-unstable-uclibc.conf @@ -1,4 +1,4 @@ -require conf/distro/openzaurus-unstable.conf +require conf/distro/include/openzaurus-unstable.conf TARGET_OS = "linux-uclibc" PREFERRED_PROVIDER_virtual/libiconv = "libiconv" |