]> code.ossystems Code Review - openembedded-core.git/commitdiff
Account for bitbake's broken dependency handling - must only RDEPEND on subpackages
authorRichard Purdie <richard@openedhand.com>
Mon, 26 Sep 2005 13:40:21 +0000 (13:40 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 26 Sep 2005 13:40:21 +0000 (13:40 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@36 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/meta/meta-oh.bb

index 49f8dcf99c9dd7131168b6f9d144fe38e7acdeb5..1508567a81348e9c6cffca440f2b868f4e9e99e3 100644 (file)
@@ -2,7 +2,7 @@ PACKAGES = "oh-base-depends oh-task-base"
 # oh-task-base
 DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
 MAINTAINER = "Richard Purdie <richard@openedhand.com>"
-PR = "r3"
+PR = "r4"
 
 ALLOW_EMPTY = "1"
 
@@ -21,11 +21,6 @@ oh-task-base = "\
     rxvt \
     xhost \
     ttf-bitstream-vera \
-    gdk-pixbuf-loader-png \
-    gdk-pixbuf-loader-xpm \
-    gdk-pixbuf-loader-jpeg \
-    pango-module-basic-x \
-    pango-module-basic-fc \
     xauth"
 
 #    avahi-daemon \
@@ -40,6 +35,10 @@ RDEPENDS_oh-task-base := "${oh-task-base} \
                           gdk-pixbuf-loader-png \
                          gdk-pixbuf-loader-xpm \
                          gdk-pixbuf-loader-jpeg \
+                          gdb \    
+                          strace \
+                          tslib-calibrate \
+                          tslib-tests \
                          pango-module-basic-x \
                          pango-module-basic-fc"