diff options
Diffstat (limited to 'meta/packages/images/oh-image-pda.bb')
-rw-r--r-- | meta/packages/images/oh-image-pda.bb | 10 |
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 | ||
3 | export IMAGE_BASENAME = "oh-image-pda" | 3 | export IMAGE_BASENAME = "oh-image-pda" |
4 | 4 | ||
5 | IMAGE_FEATURES += "apps-core apps-pda" | ||
6 | |||
5 | DEPENDS = "task-oh" | 7 | DEPENDS = "task-oh" |
6 | 8 | ||
7 | RDEPENDS = "\ | 9 | RDEPENDS = "${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 | ||
15 | export PACKAGE_INSTALL = "${RDEPENDS}" | 11 | export PACKAGE_INSTALL = "${RDEPENDS}" |
16 | 12 | ||