diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-07-04 20:02:30 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-07-04 20:02:30 +0000 |
commit | 3bc55d2aa462b77ac759a7ed14e15575dd97aa0f (patch) | |
tree | 5fb3a07eb06d8fe442a97718de1a4f7cc784b983 /meta | |
parent | 0d82253fe5f3ff83efda8c187fda2be6c69d3959 (diff) |
added Today plugins for PIM
BKrev: 40e86256CO4j9AfZRJpH0Zeo2U4pow
Diffstat (limited to 'meta')
-rw-r--r-- | meta/opie-image.oe | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/meta/opie-image.oe b/meta/opie-image.oe index b472fc0a17..3f3d427797 100644 --- a/meta/opie-image.oe +++ b/meta/opie-image.oe @@ -12,9 +12,10 @@ 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_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" @@ -33,25 +34,30 @@ OPIE_BASE_RDEPENDS = "ntpdate opie-handwriting-classicset" # Additional things for a standard 16MB distribution # -OPIE_PIM = "opie-alarm opie-addressbook opie-drawpad opie-datebook opie-textedit opie-todo opie-today" +OPIE_PIM = "opie-alarm opie-addressbook opie-drawpad opie-datebook opie-textedit \ + opie-todo opie-today opie-today-addressbookplugin opie-today-datebookplugin \ + opie-today-todolistplugin" 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" +OPIE_EXTRA_SETTINGS = "opie-language opie-launcher-settings opie-doctab opie-security \ + opie-mediummount" # # 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} ${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} ${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}" +export IPKG_INSTALL = "task-bootstrap ${OPIE_LIBS} ${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} \ + ${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}" inherit image_ipk |