From patchwork Thu Sep 20 10:56:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: byacc: update config.{sub, guess} before running configure Date: Thu, 20 Sep 2012 10:56:34 -0000 From: Marcin Juszkiewicz X-Patchwork-Id: 36959 Message-Id: <1348138594-9425-1-git-send-email-marcin.juszkiewicz@linaro.org> To: openembedded-core@lists.openembedded.org Signed-off-by: Marcin Juszkiewicz --- 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: