[OE-core] [PATCH] byacc: update config.{sub, guess} before running configure

Marcin Juszkiewicz marcin.juszkiewicz at linaro.org
Thu Sep 20 10:56:34 UTC 2012


Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz at 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





More information about the Openembedded-core mailing list