diff options
Diffstat (limited to 'meta/recipes-extended/byacc')
-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: |