Files
poky/meta-extras/packages/meta/oh-image-extras.bb
Richard Purdie e1dbdebd87 oh-image-extras: Correct inherit to match deb changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@861 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-16 14:42:53 +00:00

28 lines
471 B
BlitzBasic

PR = "r9"
export IMAGE_BASENAME = "oh-extras"
GUI_MACHINE_CLASS ?= "none"
XSERVER ?= "xserver-kdrive-fbdev"
DEPENDS = "\
task-oh \
task-oh-extras"
RDEPENDS = "\
task-oh-boot \
task-oh-boot-extras \
task-oh-base \
task-oh-standard \
task-oh-testapps \
task-oh-devtools \
task-oh-extraapps \
${XSERVER} "
export IPKG_INSTALL = "${RDEPENDS}"
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
inherit image
LICENSE = MIT