diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-27 15:16:04 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-27 15:16:04 +0000 |
commit | ed178ed068ec9ebd7f6883fc7c7a06dee4e1f371 (patch) | |
tree | b3d74dd42388b8aea2fb9b3e5e9f0a8ef627dc38 /packages/freesmartphone | |
parent | 5d7233385648fba5113c97d7e4a3e84dbe2fe39a (diff) |
first shot at moko-underground-image
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/task-pyneo.bb | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/packages/freesmartphone/task-pyneo.bb b/packages/freesmartphone/task-pyneo.bb index 346eb64bbe..751fd4c889 100644 --- a/packages/freesmartphone/task-pyneo.bb +++ b/packages/freesmartphone/task-pyneo.bb @@ -1,6 +1,22 @@ DESCRIPTION = "Task for a FIC Neo SmartPhone environment" LICENSE = "MIT" SECTION = "devel/python" -RDEPENDS = "gsm0710muxd python-pyneod python-pyneog" +PR = "r2" ALLOW_EMPTY = "1" + +RDEPENDS = "\ + matchbox-wm \ + ${XSERVER} \ + xserver-kdrive-common \ + xserver-nodm-init \ + xauth \ + xhost \ + xset \ + xrandr \ + \ + gsm0710muxd \ + pyneod \ + pyneog \ +" + |