Add some extra packages to the image

git-svn-id: https://svn.o-hand.com/repos/poky@10 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2005-08-31 18:07:55 +00:00
parent 047f13b69a
commit 9ed0d2aa99
12 changed files with 492 additions and 18 deletions

View File

@@ -1,38 +1,40 @@
PACKAGES = oh-base-depends
PACKAGES = "oh-base-depends oh-task-base"
# oh-task-base
DESCRIPTION = "Meta-package for OpenHand Palmtop Environment"
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
PR = "r0"
PR = "r1"
ALLOW_EMPTY = "1"
oh-base-depends = "\
diet-x11 \
matchbox \
virtual/xserver"
RDEPENDS_oh-base-depends := "${oh-base-depends}"
DEPENDS += " ${oh-base-depends}"
#oh-task-base = "\
# matchbox \
# xcursor-transparent-theme \
# rxvt-unicode \
oh-task-base = "\
matchbox \
xcursor-transparent-theme \
rxvt \
xhost \
ttf-bitstream-vera \
xauth"
# teleport \
# xst \
# xhost \
# xrdb \
# ttf-bitstream-vera \
# libgtkstylus \
# detect-stylus \
# teleport \
# xauth"
#
#RDEPENDS_gpe-task-base := "gdk-pixbuf-loader-png \
# 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 \
# ${gpe-task-base}"
#DEPENDS += " ${gpe-task-base}"
DEPENDS += " ${oh-task-base}"
LICENSE = "MIT"

View File

@@ -1,4 +1,4 @@
PR = "r0"
PR = "r1"
export IMAGE_BASENAME = "oh-image"
@@ -10,8 +10,8 @@ DEPENDS = "task-bootstrap \
meta-oh"
export IPKG_INSTALL = "task-bootstrap \
oh-task-base \
${XSERVER} "
#oh-task-base \
ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "