diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-03 12:59:05 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-03 12:59:05 +0000 |
commit | 34a1b8d1f0efe79cc22b16aeaa78d01c0e296c75 (patch) | |
tree | b72ecca27962cb3065c3027951b348ff1d408045 | |
parent | 48d2b46d4a767175d045e19b1e4d7c31c90361dd (diff) |
add gpe-bootsplash
BKrev: 40e6ad99Rz-4vPw5qwCv1X0N9cG7wA
-rw-r--r-- | meta/meta-gpe.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/meta-gpe.oe b/meta/meta-gpe.oe index b1195de657..4243ab0d9d 100644 --- a/meta/meta-gpe.oe +++ b/meta/meta-gpe.oe @@ -1,7 +1,7 @@ PACKAGES = gpe gpe-task-base gpe-task-utils gpe-task-pim DESCRIPTION = "Meta-package for GPE Palmtop Environment" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -PR = "r3" +PR = "r4" ALLOW_EMPTY = 1 @@ -16,6 +16,7 @@ gpe-base = "\ gpe-icons \ gpe-confd \ gpe-autostarter \ + gpe-bootsplash \ xst" RDEPENDS_gpe-task-base := "${gpe-base} libfontconfig-utils" |