mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 14:09:47 +00:00
f5b38f9db0
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1053 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
214 B
BlitzBasic
15 lines
214 B
BlitzBasic
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
|