export IMAGE_BASENAME = "opie-image"
#
-# Libraries and Files to get the launcher up and running
+# Dependencies to get the launcher up and running
#
OPIE_LIBS = "libqte2 qpf-bitstream-vera-small libqpe1 libopiecore2 libopieui2 libopienet2 libopiepim2 libopiemm2"
OPIE_BASE_APPLETS = "opie-aboutapplet opie-clockapplet opie-logoutapplet opie-suspendapplet \
opie-batteryapplet opie-homeapplet opie-multikeyapplet opie-rotateapplet \
opie-volumeapplet opie-clipboardapplet opie-irdaapplet opie-restartapplet \
- opie-screenshotapplet opie-vtapplet opie-cardmon"
+ opie-screenshotapplet opie-vtapplet opie-cardmon "
OPIE_BASE_APPS = "opie-aqpkg opie-console"
OPIE_BASE_SETTINGS = "opie-light-and-power opie-appearance opie-systemtime"
+OPIE_BASE_DEPENDS = "ipkg ntp"
+OPIE_BASE_RDEPENDS = "libipkg ntpdate"
#
# Additional things for a standard 16MB distribution
#
#
export IPKG_INSTALL = "task-bootstrap ${OPIE_LIBS} ${OPIE_BASE} ${OPIE_BASE_APPLETS} ${OPIE_BASE_SETTINGS} ${OPIE_BASE_APPS} \
- ${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}"
-DEPENDS = "task-bootstrap ${OPIE_LIBS_DEPEND} ${OPIE_BASE} ${OPIE_BASE_APPLETS} ${OPIE_BASE_SETTINGS} ${OPIE_BASE_APPS} \
- ${OPIE_PIM} ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} ${OPIE_EXTRA_APPS}"
+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}"
inherit image_ipk
PACKAGES = "${PN}"
DEPENDS = 'virtual/libc base-files base-passwd-3.5.7 \
- busybox dropbear hotplug ipkg initscripts \
- netbase resolvconf sysvinit tinylogin lrzsz \
+ busybox dropbear hotplug ipkg initscripts modutils netbase psmisc \
+ resolvconf sysvinit tinylogin lrzsz \
${BOOTSTRAP_EXTRA_DEPENDS}'
RDEPENDS = 'base-files base-passwd busybox \
- hotplug ipkg initscripts netbase resolvconf \
- sysvinit tinylogin \
+ hotplug ipkg initscripts modutils netbase psmisc \
+ resolvconf sysvinit tinylogin \
${BOOTSTRAP_EXTRA_RDEPENDS}'
RRECOMMENDS = 'dropbear lrzsz \