diff options
author | David Karlstrom <daka@thg.se> | 2005-08-03 07:32:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-03 07:32:37 +0000 |
commit | 40cb9df2862aca147dbe0098ff28d0b295429130 (patch) | |
tree | d23847d466af32e968649b1c7006bb27abff65cd /conf | |
parent | 97e9c3d88d439b8c43683345320f02b35ec4be36 (diff) |
OK, might be an idead to add meta to the bbfiles for openslug-native...
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug-native-packages.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/openslug-native-packages.conf b/conf/distro/openslug-native-packages.conf index 0d7a527592..d4fedda6e2 100644 --- a/conf/distro/openslug-native-packages.conf +++ b/conf/distro/openslug-native-packages.conf @@ -2,5 +2,6 @@ BBFILES := "\ ${PKGDIR}/packages/vlan/*.bb \ ${PKGDIR}/packages/gzip/*.bb \ +${PKGDIR}/packages/meta/*.bb \ ${OPENSLUG_EXTRA_BBFILES}" # I don't know of any packages we currently need to compile nativly, so this is something to test with |