* [PATCH] populate_sdk_rpm: Add missing /bin/sh from rpm ignore list for the SDK
@ 2011-09-30 22:16 Richard Purdie
2011-10-03 21:40 ` McClintock Matthew-B29882
0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2011-09-30 22:16 UTC (permalink / raw)
To: openembedded-core
The target SDK packages don't need to fulfil a shell dependency
so add /bin/sh to the list of packages we don't need to resolve.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/classes/populate_sdk_rpm.bbclass b/meta/classes/populate_sdk_rpm.bbclass
index f1062fb..9989d0a 100644
--- a/meta/classes/populate_sdk_rpm.bbclass
+++ b/meta/classes/populate_sdk_rpm.bbclass
@@ -35,7 +35,7 @@ fakeroot populate_sdk_rpm () {
export INSTALL_PACKAGES_NORMAL_RPM="${TOOLCHAIN_TARGET_TASK}"
export INSTALL_PACKAGES_ATTEMPTONLY_RPM=""
export INSTALL_PACKAGES_LINGUAS_RPM=""
- export INSTALL_PROVIDENAME_RPM="/bin/bash /usr/bin/env /usr/bin/perl pkgconfig pkgconfig(pkg-config)"
+ export INSTALL_PROVIDENAME_RPM="/bin/sh /bin/bash /usr/bin/env /usr/bin/perl pkgconfig pkgconfig(pkg-config)"
export INSTALL_TASK_RPM="populate_sdk-target"
# Setup base system configuration
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] populate_sdk_rpm: Add missing /bin/sh from rpm ignore list for the SDK
2011-09-30 22:16 [PATCH] populate_sdk_rpm: Add missing /bin/sh from rpm ignore list for the SDK Richard Purdie
@ 2011-10-03 21:40 ` McClintock Matthew-B29882
0 siblings, 0 replies; 2+ messages in thread
From: McClintock Matthew-B29882 @ 2011-10-03 21:40 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Fri, Sep 30, 2011 at 5:16 PM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> The target SDK packages don't need to fulfil a shell dependency
> so add /bin/sh to the list of packages we don't need to resolve.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Acked-by: Matthew McClintock <msm@freescale.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-03 21:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 22:16 [PATCH] populate_sdk_rpm: Add missing /bin/sh from rpm ignore list for the SDK Richard Purdie
2011-10-03 21:40 ` McClintock Matthew-B29882
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox