aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/images/oh-image-pda.bb
blob: b072458a36620b5132baa8244ca1628d024b6ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PR = "r10"

export IMAGE_BASENAME = "oh-image-pda"

IMAGE_FEATURES += "apps-core apps-pda"

DEPENDS = "task-oh"

RDEPENDS = "${DISTRO_TASKS}"   

export PACKAGE_INSTALL = "${RDEPENDS}"

inherit image
LICENSE = MIT