1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00
Files
2006-12-20 00:00:03 +00:00

16 lines
265 B
BlitzBasic

PR = "r9"
export IMAGE_BASENAME = "oh-image-sdk"
IMAGE_FEATURES += "apps-core apps-pda dev-tools dev-pkgs dbg-pkgs"
DEPENDS = "\
task-oh \
task-oh-sdk"
RDEPENDS = "${DISTRO_TASKS}"
export PACKAGE_INSTALL = "${RDEPENDS}"
inherit image
LICENSE = MIT