diff options
Diffstat (limited to 'meta/packages/images/oh-image-sdk.bb')
-rw-r--r-- | meta/packages/images/oh-image-sdk.bb | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/meta/packages/images/oh-image-sdk.bb b/meta/packages/images/oh-image-sdk.bb index d94ce2b1d4..581defb816 100644 --- a/meta/packages/images/oh-image-sdk.bb +++ b/meta/packages/images/oh-image-sdk.bb | |||
@@ -2,20 +2,13 @@ PR = "r9" | |||
2 | 2 | ||
3 | export IMAGE_BASENAME = "oh-image-sdk" | 3 | export IMAGE_BASENAME = "oh-image-sdk" |
4 | 4 | ||
5 | IMAGE_FEATURES += "apps-core apps-pda dev-tools dev-pkgs dbg-pkgs" | ||
6 | |||
5 | DEPENDS = "\ | 7 | DEPENDS = "\ |
6 | task-oh \ | 8 | task-oh \ |
7 | task-oh-sdk" | 9 | task-oh-sdk" |
8 | 10 | ||
9 | RDEPENDS = "\ | 11 | RDEPENDS = "${DISTRO_TASKS}" |
10 | task-oh-boot \ | ||
11 | task-oh-boot-extras \ | ||
12 | task-oh-base \ | ||
13 | task-oh-standard \ | ||
14 | task-oh-devtools \ | ||
15 | task-oh-testapps \ | ||
16 | task-oh-sdk \ | ||
17 | task-oh-sdk-base" | ||
18 | |||
19 | export PACKAGE_INSTALL = "${RDEPENDS}" | 12 | export PACKAGE_INSTALL = "${RDEPENDS}" |
20 | 13 | ||
21 | inherit image | 14 | inherit image |