From: Koen Kooi Date: Sun, 6 Aug 2006 09:40:25 +0000 (+0000) Subject: task-angstrom: ship procps till the busybox ps gets debugged and include dbus-glib... X-Git-Tag: Release-2010-05/1~9453^2~999^2~22^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72535e133938abce12c6b2bd21a2f622dcb2414c;p=openembedded.git task-angstrom: ship procps till the busybox ps gets debugged and include dbus-glib till pH5's patch gets applied --- 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 \