mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1053 311d38ba-8fff-0310-9ca6-ca027cbcb966
13 lines
175 B
BlitzBasic
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
|