diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-01-08 11:54:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-10 23:43:09 +0000 |
commit | 4550b208be77da2dbae7534aee9cec7f16389854 (patch) | |
tree | a20ab30f1bc91ce861f8844bb66e5dec14221336 /meta | |
parent | 67e056a76aac2db9cac6ddf8337bc250788f118c (diff) | |
download | poky-4550b208be77da2dbae7534aee9cec7f16389854.tar.gz |
byacc: updated to 20121003
(From OE-Core rev: 264abcace9d00361618bd98a71d4bd477e840e88)
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/byacc/byacc_20121003.bb (renamed from meta/recipes-extended/byacc/byacc_20120526.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/byacc/byacc_20120526.bb b/meta/recipes-extended/byacc/byacc_20121003.bb index 3e83813e57..c3c8744621 100644 --- a/meta/recipes-extended/byacc/byacc_20120526.bb +++ b/meta/recipes-extended/byacc/byacc_20121003.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r1" | 1 | PR = "r0" |
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: |
@@ -9,5 +9,6 @@ LICENSE="PD" | |||
9 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3" | 9 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3" |
10 | require byacc.inc | 10 | require byacc.inc |
11 | 11 | ||
12 | SRC_URI[md5sum] = "d8a9959f784205092762eb29426bdf23" | 12 | SRC_URI[md5sum] = "26ba97e33a3bfaa311e2e5e1e078de55" |
13 | SRC_URI[sha256sum] = "be05856b039bc9eb95a93cf89ac381de4fc6bb91d236c6b130e8b1daeb6075d6" | 13 | SRC_URI[sha256sum] = "5afa4863550a7fc528e976cc33cc383bc0a9637ab95a6a594d2d5f6bf08dd1c5" |
14 | |||