diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-07-15 17:54:28 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-07-15 17:54:28 +0000 |
commit | 12a5e885d0acf8573674ba6d1bd68a2abe7e64d5 (patch) | |
tree | 1316bf470b4286c3be9e0eb20b039b8850ad4fb9 /packages/tasks | |
parent | 15b4463a24e796a4ffe43c68f32df7c8402fa173 (diff) |
task-gpe-base: Remove gpe-bootsplash, this might be provided by the distribution as well.
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-gpe-base.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/tasks/task-gpe-base.bb b/packages/tasks/task-gpe-base.bb index a26c2118e4..66031ffce7 100644 --- a/packages/tasks/task-gpe-base.bb +++ b/packages/tasks/task-gpe-base.bb @@ -1,11 +1,10 @@ DESCRIPTION = "Base task package for GPE Palmtop Environment" -PR = "r8" +PR = "r9" LICENSE = "MIT" inherit task RDEPENDS_${PN} = "\ - gpe-bootsplash \ bluez-utils-dbus \ matchbox \ xcursor-transparent-theme \ |