diff options
Diffstat (limited to 'conf/distro/openslug-native-packages.conf')
-rw-r--r-- | conf/distro/openslug-native-packages.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/openslug-native-packages.conf b/conf/distro/openslug-native-packages.conf index de8d7f92a1..3ab2c056ae 100644 --- a/conf/distro/openslug-native-packages.conf +++ b/conf/distro/openslug-native-packages.conf @@ -2,7 +2,9 @@ BBFILES := "\ ${PKGDIR}/packages/gzip/*.bb \ ${PKGDIR}/packages/ipkg-utils/*.bb \ -${PKGDIR}/packages/meta/*.bb \ +${PKGDIR}/packages/meta/package-index.bb \ +${PKGDIR}/packages/meta/openslug-native-packages.bb \ +${PKGDIR}/packages/freeze/*.bb \ ${PKGDIR}/packages/vlan/*.bb \ ${OPENSLUG_EXTRA_BBFILES}" # I don't know of any packages we currently need to compile nativly, so this is something to test with |