diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-02 15:35:32 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-02 15:35:32 +0000 |
commit | 2c724d999d73dbd7b5718530b582f2edbf699bb3 (patch) | |
tree | d3da355cf9c8b5add375bfaaf84e05a032e47925 /packages | |
parent | 48b9cc8c7174ae2f723f7c14d61303036b6393a8 (diff) |
gpe-image: Update dependencies
Diffstat (limited to 'packages')
-rw-r--r-- | packages/images/gpe-image.bb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/packages/images/gpe-image.bb b/packages/images/gpe-image.bb index 5a0632ff37..aa851cf68f 100644 --- a/packages/images/gpe-image.bb +++ b/packages/images/gpe-image.bb @@ -1,5 +1,5 @@ -PR = "r21" +PR = "r22" export IMAGE_BASENAME = "gpe-image" @@ -23,7 +23,14 @@ GPE_EXTRA_INSTALL += "${GPE_BIGFLASH_INSTALL}" XSERVER ?= "xserver-kdrive-fbdev" -DEPENDS = "${MACHINE_TASK_PROVIDER} task-gpe-base task-gpe-apps task-gpe-pim task-gpe-settings task-gpe-games" +DEPENDS = "${MACHINE_TASK_PROVIDER} \ + task-gpe-base \ + task-gpe-apps \ + task-gpe-pim \ + task-gpe-settings \ + task-gpe-games \ + virtual/xserver" + RDEPENDS = "${PACKAGE_INSTALL}" export PACKAGE_INSTALL = "\ |