PACKAGES = "oh-base-depends oh-task-base" # oh-task-base DESCRIPTION = "Meta-package for OpenHand Palmtop Environment" MAINTAINER = "Richard Purdie " 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"