diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-06-12 10:21:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:34:59 +0100 |
commit | d665bfb04770501eb5747e0c9322821681076025 (patch) | |
tree | 0721870fe69c178b4f3eb62734e7f0cb551da04e /meta | |
parent | 523382d5b9b1b0511ceb43b8e9772c8cc2de2fc3 (diff) | |
download | poky-d665bfb04770501eb5747e0c9322821681076025.tar.gz |
byacc: upgrade to 20160324
The license checksum is changed, but license type remains the same.
(From OE-Core rev: 6bc378f6a7526d39029854899a55cb22cef48c03)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/byacc/byacc_20160324.bb (renamed from meta/recipes-extended/byacc/byacc_20150711.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/byacc/byacc_20150711.bb b/meta/recipes-extended/byacc/byacc_20160324.bb index e5b5451f26..cf1576ec8b 100644 --- a/meta/recipes-extended/byacc/byacc_20150711.bb +++ b/meta/recipes-extended/byacc/byacc_20160324.bb | |||
@@ -4,8 +4,9 @@ | |||
4 | # Setting to PD as this is what the upstream has it as. | 4 | # Setting to PD as this is what the upstream has it as. |
5 | 5 | ||
6 | LICENSE = "PD" | 6 | LICENSE = "PD" |
7 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=c52fb2d1b3f75b3b7534927807a1b714" | 7 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=74533d32ffd38bca4cbf1f1305f8bc60" |
8 | require byacc.inc | 8 | require byacc.inc |
9 | 9 | ||
10 | SRC_URI[md5sum] = "2700401030583c4e9169ac7ea7d08de8" | 10 | SRC_URI[md5sum] = "bde0463c6c03f059b1e6e9c5579cbe49" |
11 | SRC_URI[sha256sum] = "c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248" | 11 | SRC_URI[sha256sum] = "178e08f7ab59edfb16d64902b7a9d78592d2d8d3ee30ab7a967188d969589b5a" |
12 | |||