diff options
author | Justin Patrin <papercrane@gmail.com> | 2007-02-06 17:34:56 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2007-02-06 17:34:56 +0000 |
commit | 308ee74f17dde5589c0a6d0b400d813a5617c4cf (patch) | |
tree | e03f929f52847cc2f012dca3d470b1e364d98c57 /packages/images | |
parent | c9b1cbf7633375ccc817bceafe669068be7c246a (diff) |
ecore: add missing patch
Diffstat (limited to 'packages/images')
-rw-r--r-- | packages/images/gpe-image.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/images/gpe-image.bb b/packages/images/gpe-image.bb index b448c0a9b1..9416caa590 100644 --- a/packages/images/gpe-image.bb +++ b/packages/images/gpe-image.bb @@ -29,6 +29,35 @@ RDEPENDS = "${PACKAGE_INSTALL}" export PACKAGE_INSTALL = "\ ${MACHINE_TASK_PROVIDER} \ + gpsd \ + gpsdrive \ + gcc \ + gcc-symlinks \ + binutils \ + binutils-symlinks \ + libtool \ + make \ + autoconf \ + automake \ + perl \ + python-core \ + python-stringold \ + python-distutils \ + python-lang \ + libstdc++6 \ + libstdc++-dev \ + libc6-dev \ + linux-libc-headers-dev \ + cpp \ + cpp-symlinks \ + g++ \ + g++-symlinks \ + diffutils \ + coreutils \ + pcmcia-cs \ + kernel-module-garmin-gps \ + perl-module-carp-heavy \ + ncurses-dev \ gpe-task-base \ gpe-task-pim \ gpe-task-settings \ |