All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Correrted populate_sdk_rpm fix
@ 2011-09-23  2:35 Saul Wold
  2011-09-23  2:35 ` [PATCH 1/1] populate_sdk_rpm: add pkgconfig(pkg-config) to the list Saul Wold
  0 siblings, 1 reply; 4+ messages in thread
From: Saul Wold @ 2011-09-23  2:35 UTC (permalink / raw)
  To: openembedded-core

Found this when I built it with x86-64

Sau!

The following changes since commit 01361f9d25b0a0027bbbe713b93051a4663b14fc:

  populate_sdk_rpm: add items to the INSTALL_PROVIDESNAME_RPM list (2011-09-23 01:04:38 +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 pkgconfig(pkg-config) to the list

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

-- 
1.7.6




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

* [PATCH 1/1] populate_sdk_rpm: add pkgconfig(pkg-config) to the list
  2011-09-23  2:35 [PATCH 0/1] Correrted populate_sdk_rpm fix Saul Wold
@ 2011-09-23  2:35 ` Saul Wold
  2011-09-23  3:32   ` Purdie, Richard
  0 siblings, 1 reply; 4+ messages in thread
From: Saul Wold @ 2011-09-23  2:35 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/classes/populate_sdk_rpm.bbclass b/meta/classes/populate_sdk_rpm.bbclass
index e837f9e..b550427 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"
+	export INSTALL_PROVIDENAME_RPM="/bin/bash /usr/bin/env /usr/bin/perl pkgconfigpkgconfig(pkg-config)"
 	export INSTALL_TASK_RPM="populate_sdk-target"
 
 	# Setup base system configuration
-- 
1.7.6




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

* Re: [PATCH 1/1] populate_sdk_rpm: add pkgconfig(pkg-config) to the list
  2011-09-23  2:35 ` [PATCH 1/1] populate_sdk_rpm: add pkgconfig(pkg-config) to the list Saul Wold
@ 2011-09-23  3:32   ` Purdie, Richard
  2011-09-23  4:50     ` Saul Wold
  0 siblings, 1 reply; 4+ messages in thread
From: Purdie, Richard @ 2011-09-23  3:32 UTC (permalink / raw)
  To: 'openembedded-core@lists.openembedded.org'

Unless this goyt mangled by this device it still looks to have whitespace problems.

Richard

----- Original Message -----
From: Saul Wold [mailto:sgw@linux.intel.com]
Sent: Friday, September 23, 2011 03:35 AM
To: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org>
Subject: [OE-core] [PATCH 1/1] populate_sdk_rpm: add pkgconfig(pkg-config)	to the list

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

diff --git a/meta/classes/populate_sdk_rpm.bbclass b/meta/classes/populate_sdk_rpm.bbclass
index e837f9e..b550427 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"
+	export INSTALL_PROVIDENAME_RPM="/bin/bash /usr/bin/env /usr/bin/perl pkgconfigpkgconfig(pkg-config)"
 	export INSTALL_TASK_RPM="populate_sdk-target"
 
 	# Setup base system configuration
-- 
1.7.6


_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: [PATCH 1/1] populate_sdk_rpm: add pkgconfig(pkg-config) to the list
  2011-09-23  3:32   ` Purdie, Richard
@ 2011-09-23  4:50     ` Saul Wold
  0 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-09-23  4:50 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Purdie, Richard

On 09/22/2011 08:32 PM, Purdie, Richard wrote:
> Unless this goyt mangled by this device it still looks to have whitespace problems.
>
Got mangled by cut & paste!

Fixed it in the branch

Sau!


> Richard
>
> ----- Original Message -----
> From: Saul Wold [mailto:sgw@linux.intel.com]
> Sent: Friday, September 23, 2011 03:35 AM
> To: openembedded-core@lists.openembedded.org<openembedded-core@lists.openembedded.org>
> Subject: [OE-core] [PATCH 1/1] populate_sdk_rpm: add pkgconfig(pkg-config)	to the list
>
> Signed-off-by: Saul Wold<sgw@linux.intel.com>
> ---
>   meta/classes/populate_sdk_rpm.bbclass |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/classes/populate_sdk_rpm.bbclass b/meta/classes/populate_sdk_rpm.bbclass
> index e837f9e..b550427 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"
> +	export INSTALL_PROVIDENAME_RPM="/bin/bash /usr/bin/env /usr/bin/perl pkgconfigpkgconfig(pkg-config)"
>   	export INSTALL_TASK_RPM="populate_sdk-target"
>
>   	# Setup base system configuration



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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-23  2:35 [PATCH 0/1] Correrted populate_sdk_rpm fix Saul Wold
2011-09-23  2:35 ` [PATCH 1/1] populate_sdk_rpm: add pkgconfig(pkg-config) to the list Saul Wold
2011-09-23  3:32   ` Purdie, Richard
2011-09-23  4:50     ` Saul Wold

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.