diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-09-20 12:56:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-20 13:33:50 +0100 |
commit | 82a08d42ffddc4d955706ebe2e0078134574a6ba (patch) | |
tree | 9f48e9fee475a1cda830f582db30a69396d6e869 | |
parent | 3356b814e5a51bcc139035498e914c6576a0eafd (diff) | |
download | poky-82a08d42ffddc4d955706ebe2e0078134574a6ba.tar.gz |
byacc: update config.{sub, guess} before running configure
(From OE-Core rev: 6d8aeb0c9b939082cc8d54a940d615b33d81348d)
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/byacc/byacc.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/byacc/byacc_20120526.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/byacc/byacc.inc b/meta/recipes-extended/byacc/byacc.inc index d1453a8922..fae9e2504a 100644 --- a/meta/recipes-extended/byacc/byacc.inc +++ b/meta/recipes-extended/byacc/byacc.inc | |||
@@ -13,5 +13,7 @@ BBCLASSEXTEND = "native" | |||
13 | inherit autotools | 13 | inherit autotools |
14 | 14 | ||
15 | do_configure() { | 15 | do_configure() { |
16 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | ||
17 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} | ||
16 | oe_runconf | 18 | oe_runconf |
17 | } | 19 | } |
diff --git a/meta/recipes-extended/byacc/byacc_20120526.bb b/meta/recipes-extended/byacc/byacc_20120526.bb index 8721b1caf8..3e83813e57 100644 --- a/meta/recipes-extended/byacc/byacc_20120526.bb +++ b/meta/recipes-extended/byacc/byacc_20120526.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r0" | 1 | PR = "r1" |
2 | 2 | ||
3 | # Sigh. This is one of those places where everyone licenses it differently. Someone | 3 | # Sigh. This is one of those places where everyone licenses it differently. Someone |
4 | # even apply UCB to it (Free/Net/OpenBSD). The maintainer states that: | 4 | # even apply UCB to it (Free/Net/OpenBSD). The maintainer states that: |