Account for bitbake's broken dependency handling - must only RDEPEND on subpackages

git-svn-id: https://svn.o-hand.com/repos/poky@36 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2005-09-26 13:40:21 +00:00
parent 4ab809c73b
commit 69ec021b84
1 changed files with 5 additions and 6 deletions

View 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"