summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-02-03 18:58:29 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-03 18:58:29 +0000
commit1039577c9d25cdbcd3bb3f4d4cefc7e6b0c1985b (patch)
treec8c18231cdf27f9c785b648d7fd0c5c622b981ab
parent53126d988c0d7bf12d95d2dd283727dc877a986b (diff)
unslung: add file/*.bb to conf as file-native is required in conf
-rw-r--r--conf/distro/unslung-packages.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/unslung-packages.conf b/conf/distro/unslung-packages.conf
index 4cef102535..e889a65df5 100644
--- a/conf/distro/unslung-packages.conf
+++ b/conf/distro/unslung-packages.conf
@@ -1,4 +1,3 @@
-# automatically generated by bitbake freeze
BBFILES := "\
${PKGDIR}/packages/autoconf/*.bb \
${PKGDIR}/packages/automake/*.bb \
@@ -8,6 +7,7 @@ ${PKGDIR}/packages/busybox/*.bb \
${PKGDIR}/packages/cpio/*.bb \
${PKGDIR}/packages/devio/*.bb \
${PKGDIR}/packages/fakeroot/*.bb \
+${PKGDIR}/packages/file/*.bb \
${PKGDIR}/packages/findutils/*.bb \
${PKGDIR}/packages/flex/*.bb \
${PKGDIR}/packages/freeze/*.bb \