Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Another populate-sdk fix
@ 2011-09-23  2:02 Saul Wold
  2011-09-23  2:02 ` [PATCH 1/1] populate_sdk_rpm: add items to the INSTALL_PROVIDESNAME_RPM list Saul Wold
  2011-09-23  2:26 ` [PATCH 0/1] Another populate-sdk fix Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Saul Wold @ 2011-09-23  2:02 UTC (permalink / raw)
  To: openembedded-core

I am not sure how this got mixed, but I found it when I did
a build on an 64bit system.

Sau!

The following changes since commit 51b1df89828e677232e125181209b26d3c5ec928:

  intltool: add libxml-parser-perl-native dependency to -native version (2011-09-22 22:21:54 +0100)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib sgw/oe-fix
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/oe-fix

Saul Wold (1):
  populate_sdk_rpm: add items to the INSTALL_PROVIDESNAME_RPM list

 meta/classes/populate_sdk_rpm.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.6




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] populate_sdk_rpm: add items to the INSTALL_PROVIDESNAME_RPM list
  2011-09-23  2:02 [PATCH 0/1] Another populate-sdk fix Saul Wold
@ 2011-09-23  2:02 ` Saul Wold
  2011-09-23  2:26 ` [PATCH 0/1] Another populate-sdk fix Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-09-23  2:02 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] Another populate-sdk fix
  2011-09-23  2:02 [PATCH 0/1] Another populate-sdk fix Saul Wold
  2011-09-23  2:02 ` [PATCH 1/1] populate_sdk_rpm: add items to the INSTALL_PROVIDESNAME_RPM list Saul Wold
@ 2011-09-23  2:26 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-09-23  2:26 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 09/22/2011 07:02 PM, Saul Wold wrote:
> I am not sure how this got mixed, but I found it when I did
> a build on an 64bit system.
>

Please IGNORE this, it was a bad pull.

Sau!

> Sau!
>
> The following changes since commit 51b1df89828e677232e125181209b26d3c5ec928:
>
>    intltool: add libxml-parser-perl-native dependency to -native version (2011-09-22 22:21:54 +0100)
>
> are available in the git repository at:
>    git://git.yoctoproject.org/poky-contrib sgw/oe-fix
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/oe-fix
>
> Saul Wold (1):
>    populate_sdk_rpm: add items to the INSTALL_PROVIDESNAME_RPM list
>
>   meta/classes/populate_sdk_rpm.bbclass |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-23  2:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-23  2:02 [PATCH 0/1] Another populate-sdk fix Saul Wold
2011-09-23  2:02 ` [PATCH 1/1] populate_sdk_rpm: add items to the INSTALL_PROVIDESNAME_RPM list Saul Wold
2011-09-23  2:26 ` [PATCH 0/1] Another populate-sdk fix Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox