diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-09-25 21:40:04 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-09-25 21:40:04 +0000 |
commit | f54bb1f45b9f4db555652681f62dbe306d251efb (patch) | |
tree | f505dbf7aa15526e2cb6854b42f3d3da87d1652e /meta/packages/images | |
parent | bc6fccce535e98ea31cec739b046451821a30a64 (diff) | |
download | poky-f54bb1f45b9f4db555652681f62dbe306d251efb.tar.gz |
Add task-oh-sdk-base to oh-image-sdk.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@755 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images')
-rw-r--r-- | meta/packages/images/oh-image-sdk.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/images/oh-image-sdk.bb b/meta/packages/images/oh-image-sdk.bb index 08e37a7b89..d94ce2b1d4 100644 --- a/meta/packages/images/oh-image-sdk.bb +++ b/meta/packages/images/oh-image-sdk.bb | |||
@@ -13,7 +13,8 @@ RDEPENDS = "\ | |||
13 | task-oh-standard \ | 13 | task-oh-standard \ |
14 | task-oh-devtools \ | 14 | task-oh-devtools \ |
15 | task-oh-testapps \ | 15 | task-oh-testapps \ |
16 | task-oh-sdk " | 16 | task-oh-sdk \ |
17 | task-oh-sdk-base" | ||
17 | 18 | ||
18 | export PACKAGE_INSTALL = "${RDEPENDS}" | 19 | export PACKAGE_INSTALL = "${RDEPENDS}" |
19 | 20 | ||