generic-poky/openembedded/packages/meta/meta-oh.bb

52 lines
1.1 KiB
BlitzBasic

PACKAGES = "oh-base-depends oh-task-base"
# oh-task-base
DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
PR = "r6"
ALLOW_EMPTY = "1"
oh-base-depends = "\
diet-x11 \
virtual/xserver"
RDEPENDS_oh-base-depends := "${oh-base-depends}"
DEPENDS += " ${oh-base-depends}"
oh-task-base = "\
matchbox \
matchbox-poky \
xcursor-transparent-theme \
xserver-kdrive-common \
xserver-nodm-init \
gtk+ \
rxvt \
xhost \
gdb \
strace \
ttf-bitstream-vera \
udev \
sysfsutils \
xauth"
# avahi-daemon \
# avahi-dnsconfd \
# teleport \
# xst \
# libgtkstylus \
# detect-stylus \
# xrdb \
RDEPENDS_oh-task-base := "${oh-task-base} \
gdk-pixbuf-loader-png \
gdk-pixbuf-loader-xpm \
gdk-pixbuf-loader-jpeg \
tslib-calibrate \
tslib-tests \
pango-module-basic-x \
pango-module-basic-fc"
DEPENDS += " ${oh-task-base} tslib"
LICENSE = "MIT"