summaryrefslogtreecommitdiffstats
path: root/meta/packages/images/oh-image-core.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/images/oh-image-core.bb')
-rw-r--r--meta/packages/images/oh-image-core.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/packages/images/oh-image-core.bb b/meta/packages/images/oh-image-core.bb
index e416d84843..0e2e7d6f0d 100644
--- a/meta/packages/images/oh-image-core.bb
+++ b/meta/packages/images/oh-image-core.bb
@@ -2,12 +2,11 @@ PR = "r0"
2 2
3export IMAGE_BASENAME = "oh-image-core" 3export IMAGE_BASENAME = "oh-image-core"
4 4
5IMAGE_FEATURES += "apps-core"
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 10
12export PACKAGE_INSTALL = "${RDEPENDS}" 11export PACKAGE_INSTALL = "${RDEPENDS}"
13 12