diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-05-08 13:50:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 09:37:30 +0100 |
commit | 7a3ddc12c935a7ec2f302c3f7a75cebc85bb5707 (patch) | |
tree | 935002ab7a33797880af21bfca1e6843a0c8c52d /meta | |
parent | 0d8b27b8ccefa6a71fffaaf4573ef833aec714b9 (diff) | |
download | poky-7a3ddc12c935a7ec2f302c3f7a75cebc85bb5707.tar.gz |
byacc: upgraded to 20130304
(From OE-Core rev: c6cb877ae1185952e9954ffc5e29e032f6c448f5)
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_20130304.bb (renamed from meta/recipes-extended/byacc/byacc_20121003.bb) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-extended/byacc/byacc_20121003.bb b/meta/recipes-extended/byacc/byacc_20130304.bb index c3c8744621..da79833e91 100644 --- a/meta/recipes-extended/byacc/byacc_20121003.bb +++ b/meta/recipes-extended/byacc/byacc_20130304.bb | |||
@@ -1,5 +1,3 @@ | |||
1 | PR = "r0" | ||
2 | |||
3 | # Sigh. This is one of those places where everyone licenses it differently. Someone | 1 | # 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: | 2 | # even apply UCB to it (Free/Net/OpenBSD). The maintainer states that: |
5 | # "I've found no reliable source which states that byacc must bear a UCB copyright." | 3 | # "I've found no reliable source which states that byacc must bear a UCB copyright." |
@@ -9,6 +7,5 @@ LICENSE="PD" | |||
9 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3" | 7 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3" |
10 | require byacc.inc | 8 | require byacc.inc |
11 | 9 | ||
12 | SRC_URI[md5sum] = "26ba97e33a3bfaa311e2e5e1e078de55" | 10 | SRC_URI[md5sum] = "e5eef96a33f55b724f2a957f0fa3b019" |
13 | SRC_URI[sha256sum] = "5afa4863550a7fc528e976cc33cc383bc0a9637ab95a6a594d2d5f6bf08dd1c5" | 11 | SRC_URI[sha256sum] = "dd8397174e088baf57cf4d344023a34b0758b7bbb8a1dfcdafdc234b8eb57924" |
14 | |||