mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
packages/meta updates after pulling RDEPENDS changes from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@265 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
PR = "r8"
|
PR = "r9"
|
||||||
|
|
||||||
export IMAGE_BASENAME = "oh-image"
|
export IMAGE_BASENAME = "oh-image"
|
||||||
|
|
||||||
@@ -6,13 +6,16 @@ GUI_MACHINE_CLASS ?= "none"
|
|||||||
|
|
||||||
XSERVER ?= "xserver-kdrive-fbdev"
|
XSERVER ?= "xserver-kdrive-fbdev"
|
||||||
|
|
||||||
DEPENDS = "task-bootstrap \
|
DEPENDS = "\
|
||||||
meta-oh"
|
task-bootstrap \
|
||||||
|
task-oh"
|
||||||
export IPKG_INSTALL = "task-bootstrap \
|
|
||||||
oh-task-base \
|
RDEPENDS = "\
|
||||||
${XSERVER} "
|
task-bootstrap \
|
||||||
|
task-oh-base \
|
||||||
|
${XSERVER} "
|
||||||
|
|
||||||
|
export IPKG_INSTALL = "${RDEPENDS}"
|
||||||
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
|
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
|
||||||
|
|
||||||
inherit image_ipk
|
inherit image_ipk
|
||||||
|
|||||||
@@ -11,16 +11,6 @@ PACKAGES = "${PN}"
|
|||||||
|
|
||||||
MODUTILS ?= "24 26"
|
MODUTILS ?= "24 26"
|
||||||
|
|
||||||
def bootstrap_modutils_depends(d):
|
|
||||||
import bb
|
|
||||||
m = bb.data.getVar('MODUTILS', d, 1)
|
|
||||||
r = []
|
|
||||||
if '24' in m:
|
|
||||||
r.append('modutils')
|
|
||||||
if '26' in m:
|
|
||||||
r.append('module-init-tools')
|
|
||||||
return ' '.join(r)
|
|
||||||
|
|
||||||
def bootstrap_modutils_rdepends(d):
|
def bootstrap_modutils_rdepends(d):
|
||||||
import bb
|
import bb
|
||||||
m = bb.data.getVar('MODUTILS', d, 1)
|
m = bb.data.getVar('MODUTILS', d, 1)
|
||||||
@@ -33,14 +23,6 @@ def bootstrap_modutils_rdepends(d):
|
|||||||
|
|
||||||
HOTPLUG ?= "linux-hotplug"
|
HOTPLUG ?= "linux-hotplug"
|
||||||
|
|
||||||
DEPENDS = 'base-files base-passwd-3.5.9 \
|
|
||||||
busybox dropbear initscripts modutils netbase \
|
|
||||||
sysvinit tinylogin portmap psmisc setserial\
|
|
||||||
modutils-initscripts \
|
|
||||||
${HOTPLUG} \
|
|
||||||
${BOOTSTRAP_EXTRA_DEPENDS} \
|
|
||||||
${@bootstrap_modutils_depends(d)}'
|
|
||||||
|
|
||||||
RDEPENDS = 'base-files base-passwd busybox \
|
RDEPENDS = 'base-files base-passwd busybox \
|
||||||
initscripts \
|
initscripts \
|
||||||
netbase sysvinit sysvinit-pidof tinylogin \
|
netbase sysvinit sysvinit-pidof tinylogin \
|
||||||
|
|||||||
@@ -1,19 +1,15 @@
|
|||||||
PACKAGES = "oh-base-depends oh-task-base"
|
PACKAGES = "task-oh-base-depends task-oh-base"
|
||||||
# oh-task-base
|
DESCRIPTION = "Tasks for OpenedHand Poky"
|
||||||
DESCRIPTION = "Meta-package for OpenedHand Palmtop Environment"
|
|
||||||
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
|
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
|
||||||
PR = "r19"
|
PR = "r20"
|
||||||
|
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
oh-base-depends = "\
|
RDEPENDS_task-oh-base-depends := "\
|
||||||
diet-x11 \
|
diet-x11 \
|
||||||
virtual/xserver"
|
virtual/xserver"
|
||||||
|
|
||||||
RDEPENDS_oh-base-depends := "${oh-base-depends}"
|
RDEPENDS_task-oh-base := "\
|
||||||
DEPENDS += " ${oh-base-depends}"
|
|
||||||
|
|
||||||
oh-task-base = "\
|
|
||||||
matchbox \
|
matchbox \
|
||||||
matchbox-poky \
|
matchbox-poky \
|
||||||
matchbox-keyboard \
|
matchbox-keyboard \
|
||||||
@@ -35,19 +31,30 @@ oh-task-base = "\
|
|||||||
gtk-clearlooks-engine \
|
gtk-clearlooks-engine \
|
||||||
eds-dbus \
|
eds-dbus \
|
||||||
contacts \
|
contacts \
|
||||||
# oprofile \
|
|
||||||
dates \
|
dates \
|
||||||
leafpad \
|
leafpad \
|
||||||
puzzles \
|
puzzles \
|
||||||
kf \
|
kf \
|
||||||
rxvt-unicode \
|
rxvt-unicode \
|
||||||
xhost \
|
xhost \
|
||||||
|
# oprofile \
|
||||||
# gdb \
|
# gdb \
|
||||||
strace \
|
strace \
|
||||||
ttf-bitstream-vera \
|
ttf-bitstream-vera \
|
||||||
udev \
|
udev \
|
||||||
sysfsutils \
|
sysfsutils \
|
||||||
xauth"
|
xauth \
|
||||||
|
avahi-daemon \
|
||||||
|
gdk-pixbuf-loader-png \
|
||||||
|
gdk-pixbuf-loader-xpm \
|
||||||
|
gdk-pixbuf-loader-jpeg \
|
||||||
|
gtk-theme-clearlooks \
|
||||||
|
kernel-module-oprofile \
|
||||||
|
tslib-calibrate \
|
||||||
|
tslib-tests \
|
||||||
|
pango-module-basic-x \
|
||||||
|
pango-module-basic-fc"
|
||||||
|
|
||||||
|
|
||||||
# minimo \
|
# minimo \
|
||||||
# teleport \
|
# teleport \
|
||||||
@@ -56,18 +63,4 @@ oh-task-base = "\
|
|||||||
# detect-stylus \
|
# detect-stylus \
|
||||||
# xrdb \
|
# xrdb \
|
||||||
|
|
||||||
RDEPENDS_oh-task-base := "${oh-task-base} \
|
|
||||||
avahi-daemon \
|
|
||||||
gdk-pixbuf-loader-png \
|
|
||||||
gdk-pixbuf-loader-xpm \
|
|
||||||
gdk-pixbuf-loader-jpeg \
|
|
||||||
gtk-theme-clearlooks \
|
|
||||||
kernel-module-oprofile \
|
|
||||||
tslib-calibrate \
|
|
||||||
tslib-tests \
|
|
||||||
pango-module-basic-x \
|
|
||||||
pango-module-basic-fc"
|
|
||||||
|
|
||||||
DEPENDS += " ${oh-task-base} avahi tslib"
|
|
||||||
|
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
Reference in New Issue
Block a user