Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix for autoconf-nativesdk recipe
@ 2012-01-06  2:47 nitin.a.kamble
  2012-01-06  2:47 ` [PATCH 1/1] autoconf: fix nativesdk rdepends nitin.a.kamble
  0 siblings, 1 reply; 3+ messages in thread
From: nitin.a.kamble @ 2012-01-06  2:47 UTC (permalink / raw)
  To: openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

This fixes dependency issue of autoconf-nativesdk 

Thanks,
Nitin

The following changes since commit 6f9b1a5b050174156e663aa8d692e7f9ac7b9018:

  systemtap: remove not needed fix for automake 1.11.2 (2012-01-05 16:28:59 -0800)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib nitin/work
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/work

Nitin A Kamble (1):
  autoconf: fix nativesdk rdepends

 meta/recipes-devtools/autoconf/autoconf.inc     |    2 ++
 meta/recipes-devtools/autoconf/autoconf_2.68.bb |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

-- 
1.7.6.4




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

* [PATCH 1/1] autoconf: fix nativesdk rdepends
  2012-01-06  2:47 [PATCH 0/1] Fix for autoconf-nativesdk recipe nitin.a.kamble
@ 2012-01-06  2:47 ` nitin.a.kamble
  2012-01-06  9:22   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: nitin.a.kamble @ 2012-01-06  2:47 UTC (permalink / raw)
  To: openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

Fixes this build error:

| error: Failed dependencies:
| 	m4 is needed by autoconf-nativesdk-2.68-r4.x86_64
| 	gnu-config is needed by autoconf-nativesdk-2.68-r4.x86_64
NOTE: package meta-toolchain-1.0-r6: task do_populate_sdk: Failed
ERROR: Task 8 (.../meta/recipes-core/meta/meta-toolchain.bb,
do_populate_sdk) failed with exit code '1'

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 meta/recipes-devtools/autoconf/autoconf.inc     |    2 ++
 meta/recipes-devtools/autoconf/autoconf_2.68.bb |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc
index 1d0cf90..e7ae339 100644
--- a/meta/recipes-devtools/autoconf/autoconf.inc
+++ b/meta/recipes-devtools/autoconf/autoconf.inc
@@ -9,6 +9,8 @@ DEPENDS += "m4-native"
 DEPENDS_virtclass-native = "m4-native gnu-config-native"
 DEPENDS_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk"
 RDEPENDS_${PN} = "m4 gnu-config"
+RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native"
+RDEPENDS_${PN}_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk"
 
 SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
 	   file://program_prefix.patch"
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
index 84eb182..63db7d1 100644
--- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb
+++ b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
@@ -1,6 +1,6 @@
 require autoconf.inc
 
-PR = "r4"
+PR = "r5"
 
 PARALLEL_MAKE = ""
 
-- 
1.7.6.4




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

* Re: [PATCH 1/1] autoconf: fix nativesdk rdepends
  2012-01-06  2:47 ` [PATCH 1/1] autoconf: fix nativesdk rdepends nitin.a.kamble
@ 2012-01-06  9:22   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-01-06  9:22 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2012-01-05 at 18:47 -0800, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
> 
> Fixes this build error:
> 
> | error: Failed dependencies:
> | 	m4 is needed by autoconf-nativesdk-2.68-r4.x86_64
> | 	gnu-config is needed by autoconf-nativesdk-2.68-r4.x86_64
> NOTE: package meta-toolchain-1.0-r6: task do_populate_sdk: Failed
> ERROR: Task 8 (.../meta/recipes-core/meta/meta-toolchain.bb,
> do_populate_sdk) failed with exit code '1'
> 
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
>  meta/recipes-devtools/autoconf/autoconf.inc     |    2 ++
>  meta/recipes-devtools/autoconf/autoconf_2.68.bb |    2 +-
>  2 files changed, 3 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2012-01-06  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-06  2:47 [PATCH 0/1] Fix for autoconf-nativesdk recipe nitin.a.kamble
2012-01-06  2:47 ` [PATCH 1/1] autoconf: fix nativesdk rdepends nitin.a.kamble
2012-01-06  9:22   ` Richard Purdie

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