[oe-commits] org.oe.dev meta-maemo: Split into a tasks package and remove uneeded immediate expansions

rpurdie commit openembedded-commits at lists.openembedded.org
Sun Aug 12 11:20:34 UTC 2007


meta-maemo: Split into a tasks package and remove uneeded immediate expansions

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 5fa855dfd6c492f5e9391fbf772a4470441e69a8
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5fa855dfd6c492f5e9391fbf772a4470441e69a8
Files:
1
packages/tasks/task-maemo.bb
packages/meta/meta-maemo.bb
Diffs:

#
# mt diff -rcb36f918316000d589c2b21eed21c97d330ef4c8 -r5fa855dfd6c492f5e9391fbf772a4470441e69a8
#
# 
# 
# add_file "packages/tasks/task-maemo.bb"
#  content [c24a60f1133b788c7eef44c2229c38c790a758f0]
# 
# patch "packages/meta/meta-maemo.bb"
#  from [90ad86adedd834923e6a6fcbc3e8e6e2b6c4f3f5]
#    to [e08f9ed4b8654c00a14e0a33f6fea31fe3e8f6fc]
# 
============================================================
--- packages/tasks/task-maemo.bb	c24a60f1133b788c7eef44c2229c38c790a758f0
+++ packages/tasks/task-maemo.bb	c24a60f1133b788c7eef44c2229c38c790a758f0
@@ -0,0 +1,73 @@
+DESCRIPTION = "Task package for maemo environment"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+PR = "r0"
+
+PACKAGES = "\
+    maemo-task-base \
+    maemo-task-apps \
+    maemo-task-libs-install \
+    maemo-task-theme"
+
+RDEPENDS_maemo-base-depends = "\
+    diet-x11 \
+    virtual/xserver \
+    xpext \
+    xsp"
+
+RDEPENDS_maemo-task-libs-install = "\
+    libsqlite \
+    hildon-lgpl \
+    libhildonbase \
+    libhildonwidgets \
+    hildon-fm"
+
+RDEPENDS_maemo-task-base = "\
+    gdk-pixbuf-loader-png \
+    gdk-pixbuf-loader-xpm \
+    gdk-pixbuf-loader-jpeg \
+    pango-module-basic-x \
+    pango-module-basic-fc \
+    bluez-utils-dbus \
+    matchbox \
+    shared-mime-info \
+    rxvt-unicode \
+    xst \
+    xhost \
+    xrdb \
+    libgtkstylus \
+    outo \
+    hildon-initscripts \
+    libosso \
+    osso-af-utils \
+    osso-af-startup \
+    osso-core-config \
+    osso-gnome-vfs2 \
+    osso-thumbnail \
+    xauth \
+    esd"
+
+RDEPENDS_maemo-task-theme = "\
+    xcursor-transparent-theme \
+    sdk-default-theme \
+    sdk-default-theme-config \
+    sdk-default-icons \
+    sapwood \
+    ttf-bitstream-vera \
+    sapwood \
+    osso-sounds"
+
+RDEPENDS_maemo-task-apps = "\
+    osso-gwobex \
+    osso-gwconnect \
+    osso-bttools \
+    hildon-status-bar \
+    hildon-home \
+    hildon-navigator \
+    hildon-control-panel \
+    osso-application-installer \
+    osso-app-killer \
+    osso-screenshot-tool \
+    gpe-todo-hildon \
+    gpe-contacts-hildon \
+    gpe-mini-browser-hildon"
============================================================
--- packages/meta/meta-maemo.bb	90ad86adedd834923e6a6fcbc3e8e6e2b6c4f3f5
+++ packages/meta/meta-maemo.bb	e08f9ed4b8654c00a14e0a33f6fea31fe3e8f6fc
@@ -1,90 +1,11 @@
-PACKAGES    = "maemo-task-base maemo-task-apps maemo-task-libs-install maemo-task-theme"
 DESCRIPTION = "Meta-package for maemo environment"
-PR          = "r8"
+LICENSE = "MIT"
+PR = "r0"
 
-ALLOW_EMPTY = "1"
+RDEPENDS = "\
+    maemo-task-base \
+    maemo-task-apps \
+    maemo-task-libs-install \
+    maemo-task-theme"
 
+inherit meta
-maemo-base-depends = "\
-    diet-x11 \
-    virtual/xserver \
-    xpext \
-    xsp"
-
-RDEPENDS_maemo-base-depends := "${maemo-base-depends}"
-DEPENDS += " ${maemo-base-depends}"
-
-maemo-task-libs-install = "\
-                           libsqlite \
-                           hildon-lgpl \
-                           libhildonbase \
-                           libhildonwidgets \
-                           hildon-fm"
-
-RDEPENDS_maemo-task-libs-install := "${maemo-task-libs-install}"
-
-
-maemo-task-base = "\
-    bluez-utils-dbus \
-    matchbox \
-    shared-mime-info \
-    rxvt-unicode \
-    xst \
-    xhost \
-    xrdb \
-    libgtkstylus \
-    outo \
-    hildon-initscripts \
-    libosso \
-    osso-af-utils \
-    osso-af-startup \
-    osso-core-config \
-    osso-gnome-vfs2 \
-    osso-thumbnail \
-    xauth \
-    esd"
-
-RDEPENDS_maemo-task-base := "gdk-pixbuf-loader-png \
-			   gdk-pixbuf-loader-xpm \
-			   gdk-pixbuf-loader-jpeg \
-			   pango-module-basic-x \
-			   pango-module-basic-fc \
-			   ${maemo-task-base}"
-
-DEPENDS += " ${maemo-task-base}"
-
-
-maemo-task-theme = "\
-    xcursor-transparent-theme \
-    sdk-default-theme \
-    sdk-default-theme-config \
-    sdk-default-icons \
-    sapwood \
-    ttf-bitstream-vera \
-    sapwood \
-    osso-sounds"
-
-RDEPENDS_maemo-task-theme := "${maemo-task-theme}"
-
-DEPENDS += " ${maemo-task-theme}"
-
-
-
-maemo-task-apps = "\
-    osso-gwobex \
-    osso-gwconnect \
-    osso-bttools \
-    hildon-status-bar \
-    hildon-home \
-    hildon-navigator \
-    hildon-control-panel \
-    osso-application-installer \
-    osso-app-killer \
-    osso-screenshot-tool \
-    gpe-todo-hildon \
-    gpe-contacts-hildon \
-    gpe-mini-browser-hildon"
-
-RDEPENDS_maemo-task-apps := "${maemo-task-apps}"
-DEPENDS += " ${maemo-task-apps}"
-
-LICENSE = "MIT"






More information about the Openembedded-commits mailing list