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 /meta/recipes-extended/byacc/byacc.inc | |
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>
Diffstat (limited to 'meta/recipes-extended/byacc/byacc.inc')
-rw-r--r-- | meta/recipes-extended/byacc/byacc.inc | 2 |
1 files changed, 2 insertions, 0 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 | } |