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

13 lines
175 B
BlitzBasic

PR = "r0"
export IMAGE_BASENAME = "oh-image-base"
DEPENDS = "task-oh"
RDEPENDS = "${DISTRO_TASKS}"
export PACKAGE_INSTALL = "${RDEPENDS}"
inherit image
LICENSE = MIT