summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-06 09:40:25 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-06 09:40:25 +0000
commit72535e133938abce12c6b2bd21a2f622dcb2414c (patch)
treec807c20d90a041ebcc9758c14e7a7201e7223730 /packages
parent81986c3f92f776f382fa95780ebde9b707315130 (diff)
task-angstrom: ship procps till the busybox ps gets debugged and include dbus-glib till pH5's patch gets applied
Diffstat (limited to 'packages')
-rw-r--r--packages/angstrom/task-angstrom.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/angstrom/task-angstrom.bb b/packages/angstrom/task-angstrom.bb
index 0058623f9c..1d4e826814 100644
--- a/packages/angstrom/task-angstrom.bb
+++ b/packages/angstrom/task-angstrom.bb
@@ -1,13 +1,13 @@
DESCRIPTION = "Task packages for the Angstrom distribution"
-PR = "r12"
+PR = "r14"
ALLOW_EMPTY = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
BOOTMODULES_RRECOMMENDS ?= ""
DEBUG_APPS ?= ""
-DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "strace gdb",d)}'
-
+DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "strace gdb procps",d)}'
+EXTRA_STUFF ?= ""
PACKAGES = "\
angstrom-base-depends \
@@ -34,6 +34,7 @@ RDEPENDS_angstrom-base-depends = "\
ipkg ipkg-collateral \
wireless-tools \
tslib-tests tslib-calibrate \
+ ${EXTRA_STUFF} \
${DEBUG_APPS} \
"
@@ -68,6 +69,7 @@ RDEPENDS_angstrom-x11-base-depends := "\
RDEPENDS_angstrom-gpe-task-base := "\
matchbox \
+ dbus-glib \
xcursor-transparent-theme \
rxvt-unicode \
matchbox-themes-gtk \