summaryrefslogtreecommitdiffstats
path: root/meta/packages/images/oh-image-pda.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-20 00:00:03 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-20 00:00:03 +0000
commitf5b38f9db0cebb0c7c9d9d72fa98a4ff5241db20 (patch)
tree337089b8ad5015b9485099a263763c0c72cd3a99 /meta/packages/images/oh-image-pda.bb
parent50bbb7742c760360d1003e441e2a029bee3035df (diff)
downloadpoky-f5b38f9db0cebb0c7c9d9d72fa98a4ff5241db20.tar.gz
Remove DISTRO_TYPE, replacing with IMAGE_FEATURES. Documentation is in local.conf.sample
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1053 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images/oh-image-pda.bb')
-rw-r--r--meta/packages/images/oh-image-pda.bb10
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/packages/images/oh-image-pda.bb b/meta/packages/images/oh-image-pda.bb
index d4576a0c55..b072458a36 100644
--- a/meta/packages/images/oh-image-pda.bb
+++ b/meta/packages/images/oh-image-pda.bb
@@ -2,15 +2,11 @@ PR = "r10"
2 2
3export IMAGE_BASENAME = "oh-image-pda" 3export IMAGE_BASENAME = "oh-image-pda"
4 4
5IMAGE_FEATURES += "apps-core apps-pda"
6
5DEPENDS = "task-oh" 7DEPENDS = "task-oh"
6 8
7RDEPENDS = "\ 9RDEPENDS = "${DISTRO_TASKS}"
8 task-oh-boot \
9 task-oh-boot-extras \
10 task-oh-base \
11 task-oh-standard \
12 ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-devtools", "",d)} \
13 ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-testapps", "",d)} "
14 10
15export PACKAGE_INSTALL = "${RDEPENDS}" 11export PACKAGE_INSTALL = "${RDEPENDS}"
16 12