diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-11 19:53:59 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-11 19:53:59 +0000 |
commit | cffba98ea36ea7c1340418340cab7f7b9e906f8f (patch) | |
tree | d8de2abc722d56bdf47b992bcb8d4c596d25c962 /virtual | |
parent | 183b342b4b5afdcfca08ae093800eb26d3efc0ca (diff) |
Split up the gconv modules into separate packages, and ship just the iso8859-1 one in gpe-image (patch from pb_).
BKrev: 4079a257TyLSYPCKB8PNq9CPgPM47A
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/gpe-image.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/virtual/gpe-image.oe b/virtual/gpe-image.oe index a61c0203af..ead80a4b76 100644 --- a/virtual/gpe-image.oe +++ b/virtual/gpe-image.oe @@ -12,6 +12,7 @@ export IPKG_INSTALL = 'base-files base-passwd \ initscripts kernel-modules \ netbase resolvconf \ tslib libgcc1 sysvinit tinylogin xserver-kdrive-fbdev \ - gpe-task-base prelink ttf-bitstream-vera pango-module-basic-xft' + gpe-task-base prelink ttf-bitstream-vera pango-module-basic-xft \ + lrzsz glibc-gconv glibc-gconv-iso8859-1' inherit image_ipk |