diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-20 13:26:03 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-20 13:26:03 +0000 |
commit | 9650c96e186e15491df48df95cf54a594ac776b3 (patch) | |
tree | d8e7d58896c8acea96892c433cef4b3482c04240 /meta/opie-kdepim-image.oe | |
parent | 7934960cbba5af4a6537d444bc000dc5e2928232 (diff) |
minor consistency fix for meta/opie*
BKrev: 40fd1d6bY-vgernal0Cv3w4FtfFalw
Diffstat (limited to 'meta/opie-kdepim-image.oe')
-rw-r--r-- | meta/opie-kdepim-image.oe | 24 |
1 files changed, 24 insertions, 0 deletions
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 |