diff options
Diffstat (limited to 'meta/packages/images/oh-image.bb')
-rw-r--r-- | meta/packages/images/oh-image.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/images/oh-image.bb b/meta/packages/images/oh-image.bb index 7750eeb6f8..2d10e04ebc 100644 --- a/meta/packages/images/oh-image.bb +++ b/meta/packages/images/oh-image.bb | |||
@@ -7,12 +7,14 @@ GUI_MACHINE_CLASS ?= "none" | |||
7 | XSERVER ?= "xserver-kdrive-fbdev" | 7 | XSERVER ?= "xserver-kdrive-fbdev" |
8 | 8 | ||
9 | DEPENDS = "task-oh" | 9 | DEPENDS = "task-oh" |
10 | 10 | ||
11 | RDEPENDS = "\ | 11 | RDEPENDS = "\ |
12 | task-oh-boot \ | 12 | task-oh-boot \ |
13 | task-oh-boot-extras \ | 13 | task-oh-boot-extras \ |
14 | task-oh-base \ | 14 | task-oh-base \ |
15 | task-oh-standard \ | 15 | task-oh-standard \ |
16 | ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-devtools", "",d)} \ | ||
17 | ${@base_conditional("DISTRO_TYPE", "debug", "task-oh-testapps", "",d)} \ | ||
16 | ${XSERVER} " | 18 | ${XSERVER} " |
17 | 19 | ||
18 | export IPKG_INSTALL = "${RDEPENDS}" | 20 | export IPKG_INSTALL = "${RDEPENDS}" |