diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-06 09:40:25 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-06 09:40:25 +0000 |
commit | 72535e133938abce12c6b2bd21a2f622dcb2414c (patch) | |
tree | c807c20d90a041ebcc9758c14e7a7201e7223730 /packages/angstrom | |
parent | 81986c3f92f776f382fa95780ebde9b707315130 (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/angstrom')
-rw-r--r-- | packages/angstrom/task-angstrom.bb | 8 |
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 \ |