diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-08-12 18:37:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-12 18:37:22 +0000 |
commit | a40723453ab18ee586447ba44f43bd4299cf1555 (patch) | |
tree | d6e318776faf576db8f44afed45a4c7d8c4f1351 /packages | |
parent | 2c76e04462b10fa0ca3f711da20d8d4bfa417a50 (diff) |
UcSlugC: add dev packages
Diffstat (limited to 'packages')
-rw-r--r-- | packages/meta/ucslugc-packages.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/meta/ucslugc-packages.bb b/packages/meta/ucslugc-packages.bb index 82d9dfd633..44eb82cf58 100644 --- a/packages/meta/ucslugc-packages.bb +++ b/packages/meta/ucslugc-packages.bb @@ -43,6 +43,7 @@ UCSLUGC_PACKAGES = "\ gawk \ gcc \ gdb \ + gdbm \ glib-2.0 \ gnu-config \ gphoto2 \ @@ -62,13 +63,15 @@ UCSLUGC_PACKAGES = "\ libusb \ libvorbis \ libxml2 \ + lrzsz \ lsof \ m4 \ make \ mgetty \ miau \ microcom \ - monotone-4 monotone-5 \ + monotone-4 \ + monotone-5 \ mpd \ mt-daapd \ mutt \ @@ -94,6 +97,7 @@ UCSLUGC_PACKAGES = "\ puppy \ pwc \ python \ + python-core \ quilt \ reiserfsprogs reiser4progs \ rsync \ @@ -149,4 +153,4 @@ UCSLUGC_UNSUPPORTABLE_PACKAGES = "\ # The package-index at the end causes regeneration of the Packages.gz and # other control files. -DEPENDS = "openslug-image ${UCSLUGC_PACKAGES} package-index" +DEPENDS = "openslug-image ${UCSLUGC_PACKAGES} openslug-native package-index" |