summaryrefslogtreecommitdiffstats
path: root/openembedded/packages
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-09-26 13:40:21 +0000
committerRichard Purdie <richard@openedhand.com>2005-09-26 13:40:21 +0000
commit69ec021b845cf0734f89e5b6a692b5d9ea0a5f1f (patch)
treed7b83de3b963bd024609063d3a40e59558ae3501 /openembedded/packages
parent4ab809c73b1c3da558c6e3619fb95f990eb85d55 (diff)
downloadpoky-69ec021b845cf0734f89e5b6a692b5d9ea0a5f1f.tar.gz
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
Diffstat (limited to 'openembedded/packages')
-rw-r--r--openembedded/packages/meta/meta-oh.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/openembedded/packages/meta/meta-oh.bb b/openembedded/packages/meta/meta-oh.bb
index 49f8dcf99c..1508567a81 100644
--- a/openembedded/packages/meta/meta-oh.bb
+++ b/openembedded/packages/meta/meta-oh.bb
@@ -2,7 +2,7 @@ PACKAGES = "oh-base-depends oh-task-base"
2# oh-task-base 2# oh-task-base
3DESCRIPTION = "Meta-package for OpenHand Palmtop Environment" 3DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
4MAINTAINER = "Richard Purdie <richard@openedhand.com>" 4MAINTAINER = "Richard Purdie <richard@openedhand.com>"
5PR = "r3" 5PR = "r4"
6 6
7ALLOW_EMPTY = "1" 7ALLOW_EMPTY = "1"
8 8
@@ -21,11 +21,6 @@ oh-task-base = "\
21 rxvt \ 21 rxvt \
22 xhost \ 22 xhost \
23 ttf-bitstream-vera \ 23 ttf-bitstream-vera \
24 gdk-pixbuf-loader-png \
25 gdk-pixbuf-loader-xpm \
26 gdk-pixbuf-loader-jpeg \
27 pango-module-basic-x \
28 pango-module-basic-fc \
29 xauth" 24 xauth"
30 25
31# avahi-daemon \ 26# avahi-daemon \
@@ -40,6 +35,10 @@ RDEPENDS_oh-task-base := "${oh-task-base} \
40 gdk-pixbuf-loader-png \ 35 gdk-pixbuf-loader-png \
41 gdk-pixbuf-loader-xpm \ 36 gdk-pixbuf-loader-xpm \
42 gdk-pixbuf-loader-jpeg \ 37 gdk-pixbuf-loader-jpeg \
38 gdb \
39 strace \
40 tslib-calibrate \
41 tslib-tests \
43 pango-module-basic-x \ 42 pango-module-basic-x \
44 pango-module-basic-fc" 43 pango-module-basic-fc"
45 44