aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-20 13:26:03 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-20 13:26:03 +0000
commit9650c96e186e15491df48df95cf54a594ac776b3 (patch)
treed8e7d58896c8acea96892c433cef4b3482c04240 /meta
parent7934960cbba5af4a6537d444bc000dc5e2928232 (diff)
downloadopenembedded-9650c96e186e15491df48df95cf54a594ac776b3.tar.gz
minor consistency fix for meta/opie*
BKrev: 40fd1d6bY-vgernal0Cv3w4FtfFalw
Diffstat (limited to 'meta')
-rw-r--r--meta/opie-collections.oe53
-rw-r--r--meta/opie-image.oe4
-rw-r--r--meta/opie-kdepim-image.oe24
3 files changed, 79 insertions, 2 deletions
diff --git a/meta/opie-collections.oe b/meta/opie-collections.oe
index e69de29bb2..512ac9c67f 100644
--- a/meta/opie-collections.oe
+++ b/meta/opie-collections.oe
@@ -0,0 +1,53 @@
+#
+# A collection of dependencies for images including Opie or parts of it.
+#
+
+#
+# Dependencies to get the launcher up and running
+#
+
+OPIE_LIBS_DEPENDS = "qte-for-opie libopie2 qpf-bitstream-vera"
+OPIE_LIBS_RDEPENDS = "qpf-bitstream-vera-small"
+OPIE_BASE = "opie-pics opie-qcop opie-quicklauncher opie-taskbar"
+
+#
+# Things for reasonable bootstrap image
+#
+
+OPIE_BASE_APPLETS = "opie-aboutapplet opie-clockapplet opie-logoutapplet \
+ opie-suspendapplet opie-batteryapplet opie-homeapplet \
+ opie-multikeyapplet opie-rotateapplet opie-vtapplet \
+ opie-cardmon opie-irdaapplet"
+
+OPIE_BASE_INPUTMETHODS = "opie-multikey opie-handwriting opie-pickboard"
+
+OPIE_BASE_APPS = "opie-aqpkg opie-console opie-clock opie-citytime"
+
+OPIE_BASE_SETTINGS = "opie-light-and-power opie-appearance opie-systemtime opie-sysinfo opie-networksettings opie-button-settings"
+
+OPIE_BASE_DECOS = "opie-deco-flat opie-deco-liquid opie-deco-polished"
+
+OPIE_BASE_STYLES = "opie-style-flat opie-style-liquid opie-style-fresh opie-style-metal"
+
+OPIE_BASE_DEPENDS = "ipkg ntp"
+OPIE_BASE_RDEPENDS = "ntpdate opie-handwriting-classicset"
+
+#
+# Additional things for a standard 16MB distribution
+#
+
+OPIE_PIM_BASE = "opie-alarm opie-drawpad opie-mail opie-textedit opie-today"
+
+OPIE_PIM = "${OPIE_PIM_BASE} opie-addressbook opie-datebook opie-today \
+ opie-today-addressbookplugin opie-today-datebookplugin opie-today-todolistplugin"
+
+KDE_PIM_DEPENDS = "${OPIE_PIM_BASE} kdepimpi-1.9.3a"
+KDE_PIM_RDEPENDS = "kopi kapi libmicrokdelibs kopi-applet"
+
+OPIE_EXTRA_APPLETS = "opie-clipboardapplet opie-volumeapplet opie-screenshotapplet"
+
+OPIE_EXTRA_APPS = "opie-advancedfm"
+
+OPIE_EXTRA_SETTINGS = "opie-language opie-launcher-settings opie-doctab opie-security \
+ opie-mediummount"
+
diff --git a/meta/opie-image.oe b/meta/opie-image.oe
index 582fa3e363..c87a23b039 100644
--- a/meta/opie-image.oe
+++ b/meta/opie-image.oe
@@ -6,13 +6,13 @@ include opie-collections.oe
# Putting it altogether. Better state IPKG_INSTALL and DEPENDS twice, because library names != package names.
#
-export IPKG_INSTALL = "task-bootstrap ${OPIE_LIBS} ${OPIE_BASE} ${OPIE_BASE_APPLETS} \
+export IPKG_INSTALL = "task-bootstrap ${OPIE_LIBS_RDEPENDS} ${OPIE_BASE} ${OPIE_BASE_APPLETS} \
${OPIE_BASE_SETTINGS} ${OPIE_BASE_APPS} ${OPIE_BASE_RDEPENDS} \
${OPIE_PIM} ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} \
${OPIE_EXTRA_APPS} ${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} \
${OPIE_BASE_INPUTMETHODS}"
-DEPENDS = "task-bootstrap ${OPIE_LIBS_DEPEND} ${OPIE_BASE} ${OPIE_BASE_APPLETS} \
+DEPENDS = "task-bootstrap ${OPIE_LIBS_DEPENDS} ${OPIE_BASE} ${OPIE_BASE_APPLETS} \
${OPIE_BASE_SETTINGS} ${OPIE_BASE_APPS} ${OPIE_BASE_DEPENDS} ${OPIE_PIM} \
${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} ${OPIE_EXTRA_APPS} \
${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} ${OPIE_BASE_INPUTMETHODS}"
diff --git a/meta/opie-kdepim-image.oe b/meta/opie-kdepim-image.oe
index e69de29bb2..248a24095e 100644
--- a/meta/opie-kdepim-image.oe
+++ b/meta/opie-kdepim-image.oe
@@ -0,0 +1,24 @@
+export IMAGE_BASENAME = "opie-kdepim-image"
+
+include opie-collections.oe
+
+#
+# Putting it altogether. Better state IPKG_INSTALL and DEPENDS twice, because library names != package names.
+#
+
+export IPKG_INSTALL = "task-bootstrap ${OPIE_LIBS_RDEPENDS} ${OPIE_BASE} ${OPIE_BASE_APPLETS} \
+ ${OPIE_BASE_SETTINGS} ${OPIE_BASE_APPS} ${OPIE_BASE_RDEPENDS} \
+ ${KDE_PIM_RDEPENDS} ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} \
+ ${OPIE_EXTRA_APPS} ${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} \
+ ${OPIE_BASE_INPUTMETHODS}"
+
+DEPENDS = "task-bootstrap ${OPIE_LIBS_DEPENDS} ${OPIE_BASE} ${OPIE_BASE_APPLETS} \
+ ${OPIE_BASE_SETTINGS} ${OPIE_BASE_APPS} ${OPIE_BASE_DEPENDS} ${KDE_PIM_DEPENDS} \
+ ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} ${OPIE_EXTRA_APPS} \
+ ${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} ${OPIE_BASE_INPUTMETHODS}"
+
+
+# zap the root password
+#IMAGE_POSTPROCESS_COMMAND = "zap_root_password"
+
+inherit image_ipk