diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-19 18:19:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-19 18:19:35 +0000 |
commit | 1c3a6fbc2a5259dae51a6d0001051a9f0f2db9e0 (patch) | |
tree | 31c164412ba5bed1b1467924a262f33c19e156a7 /conf | |
parent | 5bc0fa0024337ba8bec582084cabf6b8171e1aaf (diff) | |
parent | e785b600f4ecf99625c5f0fe480a8873a0990a46 (diff) |
propagate from branch 'org.openembedded.dev' (head f00fce6edbd12298c684d7d9dd99f46ce1614f1e)
to branch 'org.openembedded.nslu2-linux' (head 89864685adbed4d02c9aec37913e1eb64427a6de)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug-native-packages.conf | 5 | ||||
-rw-r--r-- | conf/distro/openslug-packages.conf | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/conf/distro/openslug-native-packages.conf b/conf/distro/openslug-native-packages.conf index 3ab2c056ae..2599b71d94 100644 --- a/conf/distro/openslug-native-packages.conf +++ b/conf/distro/openslug-native-packages.conf @@ -1,10 +1,9 @@ # automatically generated by bitbake freeze BBFILES := "\ -${PKGDIR}/packages/gzip/*.bb \ +${PKGDIR}/packages/apache/*.bb \ +${PKGDIR}/packages/openssl/*.bb \ ${PKGDIR}/packages/ipkg-utils/*.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 diff --git a/conf/distro/openslug-packages.conf b/conf/distro/openslug-packages.conf index 27ee4fa30e..1411e42bf3 100644 --- a/conf/distro/openslug-packages.conf +++ b/conf/distro/openslug-packages.conf @@ -44,6 +44,7 @@ ${PKGDIR}/packages/gcc/*.bb \ ${PKGDIR}/packages/gdb/*.bb \ ${PKGDIR}/packages/gdbm/*.bb \ ${PKGDIR}/packages/gettext/*.bb \ +${PKGDIR}/packages/glib-1.2/*.bb \ ${PKGDIR}/packages/glib-2.0/*.bb \ ${PKGDIR}/packages/glibc/*.bb \ ${PKGDIR}/packages/gnu-config/*.bb \ @@ -61,6 +62,7 @@ ${PKGDIR}/packages/ipkg/*.bb \ ${PKGDIR}/packages/iptables/*.bb \ ${PKGDIR}/packages/iputils/*.bb \ ${PKGDIR}/packages/ircp/*.bb \ +${PKGDIR}/packages/irssi/*.bb \ ${PKGDIR}/packages/ixp425-eth/*.bb \ ${PKGDIR}/packages/ixp4xx/*.bb \ ${PKGDIR}/packages/jpeg/*.bb \ |