From: Paul Sokolovsky Date: Sat, 23 Jun 2007 21:00:49 +0000 (+0000) Subject: opie-image-16mb: Make it actually fit 16mb. X-Git-Tag: Release-2010-05/1~8868^2~261^2~27^2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e26f69abcea346a7028a0dfbaefd55bde9b70297;p=openembedded.git opie-image-16mb: Make it actually fit 16mb. --- diff --git a/packages/images/opie-image-16mb.bb b/packages/images/opie-image-16mb.bb index 79ba6b110b..9c0ed1cacc 100644 --- a/packages/images/opie-image-16mb.bb +++ b/packages/images/opie-image-16mb.bb @@ -2,12 +2,14 @@ export IMAGE_BASENAME = "opie-image-16mb" export IMAGE_LINGUAS = "" LICENSE = "MIT" -PR = "r0" +PR = "r1" DEPENDS = "${MACHINE_TASK_PROVIDER} task-opie-16mb" RDEPENDS = "${INSTALL_PACKAGES}" -INSTALL_PACKAGES = "${MACHINE_TASK_PROVIDER} \ +INSTALL_PACKAGES = "task-boot \ + ipkg ipkg-collateral \ + dropbear \ task-opie-16mb-base \ task-opie-16mb-applets \ task-opie-16mb-inputmethods \