summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/meta/meta-oh.bb
blob: 09e56c5ef7baba109e82973b687012560fc2eb3e (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
PACKAGES = "oh-base-depends oh-task-base"
# oh-task-base
DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
PR = "r2"

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 \
    avahi \
    rxvt \
    xhost \
    ttf-bitstream-vera \
    xauth"

#    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 \
#			   pango-module-basic-x \
#			   pango-module-basic-fc \

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

LICENSE = "MIT"