diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-10-05 19:58:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-05 19:58:35 +0000 |
commit | de14cf30cf4d7f95911f135fed3bc93a6ae6bbad (patch) | |
tree | 928ca19c90424e732f571c9b5fe56e282ce83ee0 | |
parent | 6c238a5522106289c52de83529b1dfc695191773 (diff) | |
parent | 6b5d7983edceda7e88faa72df19ea5cf6f5254bf (diff) |
merge of abb4ac4d99500dd9fcf6c133d3075c483c01868d
and dcae9da292239ca2d00a7cf805bfea8df8788bc8
-rw-r--r-- | conf/distro/openslug-packages.conf | 3 | ||||
-rw-r--r-- | packages/meta/openslug-packages.bb | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/openslug-packages.conf b/conf/distro/openslug-packages.conf index 37724b5cb3..fab80ca70c 100644 --- a/conf/distro/openslug-packages.conf +++ b/conf/distro/openslug-packages.conf @@ -28,6 +28,7 @@ ${PKGDIR}/packages/cvs/*.bb \ ${PKGDIR}/packages/cyrus-imapd/*.bb \ ${PKGDIR}/packages/cyrus-sasl/*.bb \ ${PKGDIR}/packages/db/*.bb \ +${PKGDIR}/packages/dbus/*.bb \ ${PKGDIR}/packages/devio/*.bb \ ${PKGDIR}/packages/diffstat/*.bb \ ${PKGDIR}/packages/diffutils/*.bb \ @@ -55,6 +56,7 @@ ${PKGDIR}/packages/gphoto2/*.bb \ ${PKGDIR}/packages/grep/*.bb \ ${PKGDIR}/packages/gtk-doc/*.bb \ ${PKGDIR}/packages/gzip/*.bb \ +${PKGDIR}/packages/hal/*.bb \ ${PKGDIR}/packages/hotplug-ng/*.bb \ ${PKGDIR}/packages/ifupdown/*.bb \ ${PKGDIR}/packages/initscripts/*.bb \ @@ -106,6 +108,7 @@ ${PKGDIR}/packages/meta/*.bb \ ${PKGDIR}/packages/mgetty/*.bb \ ${PKGDIR}/packages/miau/*.bb \ ${PKGDIR}/packages/microcom/*.bb \ +${PKGDIR}/packages/minicom/*.bb \ ${PKGDIR}/packages/module-init-tools/*.bb \ ${PKGDIR}/packages/modutils/*.bb \ ${PKGDIR}/packages/monotone/*.bb \ diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index d4a77d70d0..7be2072040 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -70,6 +70,7 @@ OPENSLUG_PACKAGES = "\ mgetty \ miau \ microcom \ + minicom \ monotone-5 \ mpd \ mt-daapd \ |