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/openslug-native.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/openslug-native.conf')
-rw-r--r-- | conf/distro/openslug-native.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openslug-native.conf b/conf/distro/openslug-native.conf index 708bbf1360..0366998e79 100644 --- a/conf/distro/openslug-native.conf +++ b/conf/distro/openslug-native.conf @@ -1,4 +1,4 @@ -include conf/distro/openslug.conf +require conf/distro/openslug.conf # Corresponting packages should be in openslug-native.bb, # currently missing: ipkg-utils libtool quilt pkgconfig |