summaryrefslogtreecommitdiff
path: root/packages/meta/opie-kdepim-image.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2005-09-15 18:20:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-15 18:20:46 +0000
commite2885f0619effe3ec86c29fabc03b44f8e895646 (patch)
tree959b7df2e9e7e0dc1a34e26a328a8244f289e49a /packages/meta/opie-kdepim-image.bb
parent8552c7b54f7f344915bff432fa0ca78f6ebfb3d4 (diff)
synchronized opie-kdepim-image with last changes to opie-image
Diffstat (limited to 'packages/meta/opie-kdepim-image.bb')
-rw-r--r--packages/meta/opie-kdepim-image.bb18
1 files changed, 5 insertions, 13 deletions
diff --git a/packages/meta/opie-kdepim-image.bb b/packages/meta/opie-kdepim-image.bb
index 380ba70346..113608736a 100644
--- a/packages/meta/opie-kdepim-image.bb
+++ b/packages/meta/opie-kdepim-image.bb
@@ -1,18 +1,10 @@
include opie-image.bb
-export IMAGE_BASENAME = "opie-kdepim-image"
+DEPENDS += "kdepimpi"
+PR = "r1"
-#
-# Putting it altogether. Better state IPKG_INSTALL and DEPENDS twice, because library names != package names.
-#
+export IMAGE_BASENAME = "opie-kdepim-image"
-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}"
+INSTALL_PACKAGES += "kopi kapi kammu kopi-applet"
-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}"
+export IPKG_INSTALL = "${INSTALL_PACKAGES}"