All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/1] populate_sdk_rpm: add items to the INSTALL_PROVIDESNAME_RPM list
Date: Thu, 22 Sep 2011 19:02:04 -0700	[thread overview]
Message-ID: <94cd82c1f52c969f3216472ac4508470a83eb88b.1316743143.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1316743143.git.sgw@linux.intel.com>
In-Reply-To: <cover.1316743143.git.sgw@linux.intel.com>

This fixes a problem when building meta-toolchain-gmae, by adding items that
will be provided by the host system, such as /bin/bash, /usr/bin/env and
libGL.so

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/classes/populate_sdk_rpm.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/populate_sdk_rpm.bbclass b/meta/classes/populate_sdk_rpm.bbclass
index 5fb0234..8b0473f 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=""
+	export INSTALL_PROVIDENAME_RPM="/bin/bash /usr/bin/env /usr/bin/perl pkgconfig"
 	export INSTALL_TASK_RPM="populate_sdk-target"
 
 	# Setup base system configuration
@@ -84,7 +84,7 @@ EOF
 	export INSTALL_PACKAGES_NORMAL_RPM="${TOOLCHAIN_HOST_TASK}"
 	export INSTALL_PACKAGES_ATTEMPTONLY_RPM=""
 	export INSTALL_PACKAGES_LINGUAS_RPM=""
-	export INSTALL_PROVIDENAME_RPM="/bin/sh"
+	export INSTALL_PROVIDENAME_RPM="/bin/sh /bin/bash /usr/bin/env /usr/bin/perl pkgconfig libGL.so()(64bit) libGL.so()"
 	export INSTALL_TASK_RPM="populate_sdk_rpm-nativesdk"
 
 	# List must be prefered to least preferred order
-- 
1.7.6




  reply	other threads:[~2011-09-23  2:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-23  2:02 [PATCH 0/1] Another populate-sdk fix Saul Wold
2011-09-23  2:02 ` Saul Wold [this message]
2011-09-23  2:26 ` Saul Wold
  -- strict thread matches above, loose matches on Subject: below --
2011-09-23  0:01 [PATCH 0/1] v2 of populate_sdk_rpm Saul Wold
2011-09-23  0:01 ` [PATCH 1/1] populate_sdk_rpm: add items to the INSTALL_PROVIDESNAME_RPM list Saul Wold
2011-09-22 23:23 [PATCH 0/1] fix for meta-toolchain-gmae Saul Wold
2011-09-22 23:23 ` [PATCH 1/1] populate_sdk_rpm: add items to the INSTALL_PROVIDESNAME_RPM list Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=94cd82c1f52c969f3216472ac4508470a83eb88b.1316743143.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.