Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Fixing guile cross configure failure
@ 2012-02-10  7:37 Lianhao Lu
  2012-02-10  7:37 ` [PATCH 1/1] guile: fix " Lianhao Lu
  2012-02-21 19:10 ` [PATCH 0/1] Fixing guile " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Lianhao Lu @ 2012-02-10  7:37 UTC (permalink / raw)
  To: openembedded-core

This patch fixed the cross configure failure of guile, as for yocto bug #1978.

The following changes since commit 4ef5e70f531f48cef90805402c16ec02ad3f2b92:
  Christopher Larson (1):
        tcmode-default: add preference for gdb/gdbserver

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib llu/bug1978
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug1978

Lianhao Lu (1):
  guile: fix cross configure failure

 meta/recipes-devtools/guile/guile_2.0.3.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)




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

* [PATCH 1/1] guile: fix cross configure failure
  2012-02-10  7:37 [PATCH 0/1] Fixing guile cross configure failure Lianhao Lu
@ 2012-02-10  7:37 ` Lianhao Lu
  2012-02-21 19:10 ` [PATCH 0/1] Fixing guile " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Lianhao Lu @ 2012-02-10  7:37 UTC (permalink / raw)
  To: openembedded-core

[YOCTO #1978]
Fixing the cross configure failure by not searching libltdl and libgmp
in includedir and libdir.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
---
 meta/recipes-devtools/guile/guile_2.0.3.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/guile/guile_2.0.3.bb b/meta/recipes-devtools/guile/guile_2.0.3.bb
index f6f7a8e..729aed0 100644
--- a/meta/recipes-devtools/guile/guile_2.0.3.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.3.bb
@@ -24,7 +24,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.gz \
 SRC_URI[md5sum] = "3b8b4e1083037f29d2c4704a6d55f2a8"
 SRC_URI[sha256sum] = "a53b21159befe3e89bbaca71e9e62cf00af0f49fcca297c407944b988d59eb08"
 
-PR = "r2"
+PR = "r3"
 
 inherit autotools gettext
 BBCLASSEXTEND = "native"
@@ -33,6 +33,8 @@ DEPENDS = "libunistring bdwgc gmp libtool libffi"
 # add guile-native only to the target recipe's DEPENDS
 DEPENDS += "${@['guile-native', ''][d.getVar('PN', 1) != 'guile']}"
 
+EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix', ''][bb.data.inherits_class('native',d)]}"
+
 do_configure_prepend() {
 	mkdir -p po
 }
-- 
1.7.0.4




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

* Re: [PATCH 0/1] Fixing guile cross configure failure
  2012-02-10  7:37 [PATCH 0/1] Fixing guile cross configure failure Lianhao Lu
  2012-02-10  7:37 ` [PATCH 1/1] guile: fix " Lianhao Lu
@ 2012-02-21 19:10 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-02-21 19:10 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 02/09/2012 11:37 PM, Lianhao Lu wrote:
> This patch fixed the cross configure failure of guile, as for yocto bug #1978.
>
> The following changes since commit 4ef5e70f531f48cef90805402c16ec02ad3f2b92:
>    Christopher Larson (1):
>          tcmode-default: add preference for gdb/gdbserver
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib llu/bug1978
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug1978
>
> Lianhao Lu (1):
>    guile: fix cross configure failure
>
>   meta/recipes-devtools/guile/guile_2.0.3.bb |    4 +++-
>   1 files changed, 3 insertions(+), 1 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>

Merged into OE-core

Thanks
	Sau!



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

end of thread, other threads:[~2012-02-21 19:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10  7:37 [PATCH 0/1] Fixing guile cross configure failure Lianhao Lu
2012-02-10  7:37 ` [PATCH 1/1] guile: fix " Lianhao Lu
2012-02-21 19:10 ` [PATCH 0/1] Fixing guile " Saul Wold

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