diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-04-10 00:03:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-10 00:03:47 +0000 |
commit | a996122f70a6277d6acda3e64e08ecb156316fd6 (patch) | |
tree | 516b2c53e35e99a52b381671499aab32a64236dc /packages/meta | |
parent | d5f92f1276de59f8c5ad35a67880f5f14e385350 (diff) |
slugos-native: Fixed the perl5 rdepends problem.
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/slugos-native.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/packages/meta/slugos-native.bb b/packages/meta/slugos-native.bb index 56ef877673..6a19601834 100644 --- a/packages/meta/slugos-native.bb +++ b/packages/meta/slugos-native.bb @@ -25,15 +25,13 @@ SLUGOS_NATIVE_RT = "\ binutils-dev binutils-symlinks \ cpp cpp-symlinks \ g++ g++-symlinks \ - gcc-symlinks \ - libg2c-dev \ - libperl5 \ - libreadline4 libreadline-dev \ + gcc gcc-symlinks \ + gdbm \ libstdc++-dev \ - libthread-db1 \ ncurses-dev ncurses-terminfo \ - perl-modules \ + perl perl-modules \ python-core python-crypt python-io python-lang python-pickle python-shell python-textutils \ + readline \ " # Run-time and DEPENDS |