diff options
Diffstat (limited to 'meta/packages/images/oh-image-minimal.bb')
-rw-r--r-- | meta/packages/images/oh-image-minimal.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/packages/images/oh-image-minimal.bb b/meta/packages/images/oh-image-minimal.bb index bc77727d3c..567caaac42 100644 --- a/meta/packages/images/oh-image-minimal.bb +++ b/meta/packages/images/oh-image-minimal.bb | |||
@@ -1,9 +1,8 @@ | |||
1 | LICENSE = "MIT" | 1 | # |
2 | DEPENDS = "task-oh" | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
3 | 3 | # | |
4 | export IMAGE_BASENAME = "${PN}" | ||
5 | export PACKAGE_INSTALL = "task-oh-boot" | ||
6 | 4 | ||
5 | IMAGE_INSTALL = "task-oh-boot" | ||
7 | inherit image | 6 | inherit image |
8 | 7 | ||
9 | # remove not needed stuff (locale support and ipkg support) | 8 | # remove not needed stuff (locale support and ipkg support) |