From 0500b5f01143f6eafb8fbacc061bbe245283caee Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 8 Jan 2006 13:51:39 +0000 Subject: DEPENDS cleanup of packages/meta. This doesn't fix all DEPENDS here but does remove a large chunk of the incorrect ones. Some entries that shouldn't be present have been marked FIXME as they indicate problems elsewhere in the metadata. Help from the opie/gpe gurus needed. I've not touched the NSLU code as I suspect they'd rather do this themselves? --- packages/meta/meta-gpe.bb | 59 +++++++++++++++-------------------------------- 1 file changed, 19 insertions(+), 40 deletions(-) (limited to 'packages/meta/meta-gpe.bb') diff --git a/packages/meta/meta-gpe.bb b/packages/meta/meta-gpe.bb index ae0fe753d1..3a3bb2261b 100644 --- a/packages/meta/meta-gpe.bb +++ b/packages/meta/meta-gpe.bb @@ -5,14 +5,12 @@ PR = "r41" ALLOW_EMPTY = "1" -gpe-base-depends = "\ +RDEPENDS_gpe-base-depends := "\ diet-x11 \ virtual/xserver" -RDEPENDS_gpe-base-depends := "${gpe-base-depends}" -DEPENDS += " ${gpe-base-depends}" - -gpe-task-base = "\ +RDEPENDS_gpe-task-base := "\ + gpe-task-base = \ gpe-bootsplash \ bluez-utils-dbus \ matchbox \ @@ -35,17 +33,14 @@ gpe-task-base = "\ detect-stylus \ suspend-desktop \ teleport \ - xauth" - -RDEPENDS_gpe-task-base := "gdk-pixbuf-loader-png \ - gdk-pixbuf-loader-xpm \ - gdk-pixbuf-loader-jpeg \ - pango-module-basic-x \ - pango-module-basic-fc \ - ${gpe-task-base}" -DEPENDS += " ${gpe-task-base}" - -gpe-task-pim = "\ + xauth \ + gdk-pixbuf-loader-png \ + gdk-pixbuf-loader-xpm \ + gdk-pixbuf-loader-jpeg \ + pango-module-basic-x \ + pango-module-basic-fc" + +RDEPENDS_gpe-task-pim := "\ gpe-timesheet \ gpe-todo \ gpe-calendar \ @@ -54,10 +49,7 @@ gpe-task-pim = "\ gpe-today \ gpesyncd" -RDEPENDS_gpe-task-pim := "${gpe-task-pim}" -DEPENDS += " ${gpe-task-pim}" - -gpe-task-settings = "\ +RDEPENDS_gpe-task-settings := "\ matchbox-panel-manager \ gpe-bluetooth \ gpe-beam \ @@ -74,10 +66,7 @@ gpe-task-settings = "\ minimix \ xmonobut" -RDEPENDS_gpe-task-settings := "${gpe-task-settings}" -DEPENDS += " ${gpe-task-settings}" - -gpe-task-apps = "\ +RDEPENDS_gpe-task-apps := "\ gpe-edit \ gpe-gallery \ gpe-calculator \ @@ -91,10 +80,7 @@ gpe-task-apps = "\ gpe-soundbite \ rosetta" -RDEPENDS_gpe-task-apps := "${gpe-task-apps}" -DEPENDS += " ${gpe-task-apps}" - -gpe-task-games = "\ +RDEPENDS_gpe-task-games := "\ gpe-go \ gpe-lights \ gpe-othello \ @@ -102,19 +88,12 @@ gpe-task-games = "\ gsoko \ xdemineur" -RDEPENDS_gpe-task-games := "${gpe-task-games}" -DEPENDS += " ${gpe-task-games}" - -gpe-task-connectivity = "\ - gpe-mini-browser \ -" -# gaim \ -# linphone-hh" - -RDEPENDS_gpe-task-connectivity := "${gpe-task-connectivity}" -DEPENDS += " ${gpe-task-connectivity}" - +RDEPENDS_gpe-task-connectivity := "\ + gpe-mini-browser" +# gaim +# linphone-hh +# FIXME - Some dependencies are broken somewhere for this to be needed DEPENDS += "matchbox-themes-extra" LICENSE = "MIT" -- cgit v1.2.3