diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-01 00:00:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-01 00:00:31 +0000 |
commit | 2ec0f3ba52486f6030f16d453490d71cbb7ceb06 (patch) | |
tree | ba9ebbb2ae4d315cef82aa8e3607d597583539a7 /packages/meta/openslug-packages.bb | |
parent | cee434bec59b19494c0cef2ae59bee4e814be766 (diff) |
Moved cron back from broken packages. It's fixed now.
Added binutils and gnu-config for native development environment.
Diffstat (limited to 'packages/meta/openslug-packages.bb')
-rw-r--r-- | packages/meta/openslug-packages.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index 81bb5a0d0c..fa57b8eefe 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -10,6 +10,7 @@ OPENSLUG_DEVELOPMENT = "\ autoconf \ automake \ bash \ + binutils \ bison \ bzip2 \ coreutils \ @@ -20,6 +21,7 @@ OPENSLUG_DEVELOPMENT = "\ gawk \ gcc \ gdb \ + gnu-config \ grep \ lsof \ m4 \ @@ -43,7 +45,8 @@ OPENSLUG_PACKAGES = "\ atftp \ bash \ bluez-utils-nodbus bridge-utils \ - coreutils cvs\ + coreutils cron \ + cvs\ dnsmasq \ expat \ ftpd-topfield \ @@ -51,6 +54,7 @@ OPENSLUG_PACKAGES = "\ miau microcom mt-daapd mysql \ nail \ openssh \ + openvpn \ ppp puppy pwc \ rsync \ sudo sysfsutils \ @@ -75,7 +79,6 @@ OPENSLUG_PACKAGES_append_linux = "\ nfs-utils \ " BROKEN_PACKAGES = "\ - cron \ mgetty \ " |