diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-08 18:04:27 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-08 18:04:27 +0000 |
commit | 458b45b23e99f1b0a5549d3cb3ec082b5007d4ca (patch) | |
tree | 16432222e0e50951a283f1dbfc8123abdddc8a22 | |
parent | ec16573a8b80e13f6f2d0542b2a44e03201625b3 (diff) |
opie-image.oe:
Needed to get OPIE starting
BKrev: 409d212bdBfn7aXUxZhOWZHwztxI-Q
-rw-r--r-- | meta/opie-image.oe | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/opie-image.oe b/meta/opie-image.oe index 5d3230aacb..d577dcf084 100644 --- a/meta/opie-image.oe +++ b/meta/opie-image.oe @@ -21,6 +21,8 @@ OPIE_BASE_APPS = "opie-aqpkg opie-console" OPIE_BASE_SETTINGS = "opie-light-and-power opie-appearance opie-systemtime" +OPIE_BASE_STYLES = "opie-deco-flat opie-style-flat" + OPIE_BASE_DEPENDS = "ipkg ntp" OPIE_BASE_RDEPENDS = "libipkg ntp" # @@ -40,10 +42,12 @@ OPIE_EXTRA_SETTINGS = "" # 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_RDEPENDS} ${OPIE_PIM} ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} ${OPIE_EXTRA_APPS} \ + ${OPIE_BASE_STYLES}" 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_DEPENDS} ${OPIE_PIM} ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} ${OPIE_EXTRA_APPS} \ + ${OPIE_BASE_STYLES}" inherit image_ipk |