From: Martin Jansa Date: Mon, 4 Apr 2011 11:01:17 +0000 (+0200) Subject: shr: blacklist pstree in favor of psmisc X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397f15889655569ab4de03a57a504018753c9f10;p=openembedded.git shr: blacklist pstree in favor of psmisc Signed-off-by: Martin Jansa --- diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 03b185e7d8..ae7398e2b8 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -50,6 +50,7 @@ INHERIT += "devshell" #run QA tests on recipes INHERIT += "recipe_sanity" +ANGSTROM_BLACKLIST_pn-pstree = "pstree is provided by psmisc" ANGSTROM_BLACKLIST_pn-hotplug-ng = "hotplug functionality is provided by udev" ANGSTROM_BLACKLIST_pn-hotplug2 = "hotplug functionality is provided by udev" ANGSTROM_BLACKLIST_pn-linux-hotplug = "hotplug functionality is provided by udev"