summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/meta/meta-oh.bb
blob: 1508567a81348e9c6cffca440f2b868f4e9e99e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
PACKAGES = "oh-base-depends oh-task-base"
# oh-task-base
DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
PR = "r4"

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 \
    xcursor-transparent-theme \
    xserver-kdrive-common \
    gtk+ \
    rxvt \
    xhost \
    ttf-bitstream-vera \
    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 \
                          gdb \    
                          strace \
                          tslib-calibrate \
                          tslib-tests \
			  pango-module-basic-x \
			  pango-module-basic-fc"

DEPENDS += " ${oh-task-base}"

LICENSE = "MIT"