mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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:
@@ -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"
|
||||
|
||||
@@ -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; "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user