aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-06-28 14:43:59 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-28 14:43:59 +0000
commit01376ccd076b976b19fcdf25220d35bca5d4c884 (patch)
treee2e35ccb7e146adc9a97a7bb20dc61fa39c90ae4 /packages/meta
parente3c947725ffabd97dfaa57a9ba6d029ebe71ccb0 (diff)
downloadopenembedded-01376ccd076b976b19fcdf25220d35bca5d4c884.tar.gz
another bit of maemo removed
Diffstat (limited to 'packages/meta')
-rw-r--r--packages/meta/meta-maemo.bb93
1 files changed, 0 insertions, 93 deletions
diff --git a/packages/meta/meta-maemo.bb b/packages/meta/meta-maemo.bb
deleted file mode 100644
index fc0e9854ed..0000000000
--- a/packages/meta/meta-maemo.bb
+++ /dev/null
@@ -1,93 +0,0 @@
-
-PR = "r7"
-PACKAGES = maemo-task-base maemo-task-apps maemo-task-libs-install maemo-task-theme
-DESCRIPTION = "Meta-package for maemo environment"
-MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
-
-ALLOW_EMPTY = "1"
-
-maemo-base-depends = "\
- diet-x11 \
- virtual/xserver \
- xpext \
- xsp"
-
-RDEPENDS_maemo-base-depends := "${maemo-base-depends}"
-DEPENDS += " ${maemo-base-depends}"
-
-maemo-task-libs-install = "\
- libsqlite0 \
- libhildonlgpl0 \
- libhildonbase0 \
- libhildonwidgets0 \
- libhildonfm1"
-
-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 \
- detect-stylus \
- 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"