Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] byacc: update config.{sub, guess} before running configure
@ 2012-09-20 10:56 Marcin Juszkiewicz
  2012-09-20 12:48 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Marcin Juszkiewicz @ 2012-09-20 10:56 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta/recipes-extended/byacc/byacc.inc         |    2 ++
 meta/recipes-extended/byacc/byacc_20120526.bb |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/byacc/byacc.inc b/meta/recipes-extended/byacc/byacc.inc
index d1453a8..fae9e25 100644
--- a/meta/recipes-extended/byacc/byacc.inc
+++ b/meta/recipes-extended/byacc/byacc.inc
@@ -13,5 +13,7 @@ BBCLASSEXTEND = "native"
 inherit autotools
 
 do_configure() {
+	install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
+	install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
 	oe_runconf
 }
diff --git a/meta/recipes-extended/byacc/byacc_20120526.bb b/meta/recipes-extended/byacc/byacc_20120526.bb
index 8721b1c..3e83813 100644
--- a/meta/recipes-extended/byacc/byacc_20120526.bb
+++ b/meta/recipes-extended/byacc/byacc_20120526.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 
 # Sigh. This is one of those places where everyone licenses it differently. Someone
 # even apply UCB to it (Free/Net/OpenBSD). The maintainer states that:
-- 
1.7.10.4




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

* Re: [PATCH] byacc: update config.{sub, guess} before running configure
  2012-09-20 10:56 [PATCH] byacc: update config.{sub, guess} before running configure Marcin Juszkiewicz
@ 2012-09-20 12:48 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-09-20 12:48 UTC (permalink / raw)
  To: Marcin Juszkiewicz; +Cc: openembedded-core

On Thu, 2012-09-20 at 12:56 +0200, Marcin Juszkiewicz wrote:
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> ---
>  meta/recipes-extended/byacc/byacc.inc         |    2 ++
>  meta/recipes-extended/byacc/byacc_20120526.bb |    2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)


Merged to master, thanks.

Richard




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

end of thread, other threads:[~2012-09-20 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 10:56 [PATCH] byacc: update config.{sub, guess} before running configure Marcin Juszkiewicz
2012-09-20 12:48 ` Richard Purdie

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