From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R9abb-0004mC-CY for openembedded-core@lists.openembedded.org; Fri, 30 Sep 2011 12:46:11 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8UAkwVm011343 for ; Fri, 30 Sep 2011 11:47:03 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QpqV-E4CmunA for ; Fri, 30 Sep 2011 11:46:58 +0100 (BST) Received: from [192.168.1.40] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8U9QZI4007619 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 30 Sep 2011 10:27:36 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Fri, 30 Sep 2011 10:20:09 +0100 In-Reply-To: <1317347777-10288-1-git-send-email-msm@freescale.com> References: <1317347777-10288-1-git-send-email-msm@freescale.com> X-Mailer: Evolution 3.1.91- Message-ID: <1317374475.12332.134.camel@ted> Mime-Version: 1.0 Subject: Re: [PATCH] Add bash as RDEPENDS for gstreamer X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2011 10:46:11 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-09-29 at 20:56 -0500, Matthew McClintock wrote: > This fixes the following build issue: > > | error: Failed dependencies: > | /bin/sh is needed by gstreamer-0.10.32-r1.ppce500v2 > > Signed-off-by: Matthew McClintock > --- > Not sure how to say we just depend on /bin/sh instead of requiring > the full blown version of bash What image target are you building? I'm having trouble visualising an image that doesn't include bash or busybox and if either of these are present, that dependency should be met... If this is a toolchain/SDK, there were some recent tweaks which address this problem. Cheers, Richard