summaryrefslogtreecommitdiff
path: root/packages/meta/opie-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meta/opie-image.bb')
-rw-r--r--packages/meta/opie-image.bb16
1 files changed, 9 insertions, 7 deletions
diff --git a/packages/meta/opie-image.bb b/packages/meta/opie-image.bb
index f8ae846233..b1cf207656 100644
--- a/packages/meta/opie-image.bb
+++ b/packages/meta/opie-image.bb
@@ -6,18 +6,20 @@ FEED_URIS_append_opensimpad = " opie##http://openzaurus.org/official/unstable/${
FEED_URIS_append_familiar = " opie##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/opie"
LICENSE = "MIT"
-PR = "r17"
+PR = "r18"
DEPENDS = "meta-opie"
extra_stuff := '${@base_conditional("ROOT_FLASH_SIZE", "16", "", "task-opie-extra-games task-opie-extra-apps task-opie-extra-styles",d)}'
-export IPKG_INSTALL = "task-bootstrap task-opie-base task-opie-base-applets \
- task-opie-base-inputmethods task-opie-base-apps \
- task-opie-base-settings task-opie-base-decorations \
- task-opie-base-styles task-opie-base-pim \
- task-opie-extra-settings \
- ${extra_stuff}"
+INSTALL_PACKAGES = "task-bootstrap task-opie-base task-opie-base-applets \
+ task-opie-base-inputmethods task-opie-base-apps \
+ task-opie-base-settings task-opie-base-decorations \
+ task-opie-base-styles task-opie-base-pim \
+ task-opie-extra-settings \
+ ${extra_stuff}"
+
+export IPKG_INSTALL = "${INSTALL_PACKAGES}"
# merge feed-sources into ipkg.conf for opie-aqpkg as it can't handle feed-sources outside of ipkg.conf.
merge_feeds() {