diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-16 16:52:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 14:37:43 +0000 |
commit | 6268c9ee0e2c3dc0d8888cda495449cc51942c45 (patch) | |
tree | 1705bad48fce75ba04b736ba11bac9f0b9575ce3 /meta/recipes-devtools/make | |
parent | 7b6e4fe696dd918dc5f7fe0917a375404af17c26 (diff) | |
download | poky-6268c9ee0e2c3dc0d8888cda495449cc51942c45.tar.gz |
make 3.81: add GPLv2 version
(From OE-Core rev: 18fdce9ac2ec51c0c136d1cbc1f4fb5d05c23d33)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make')
-rw-r--r-- | meta/recipes-devtools/make/make_3.81.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make_3.81.bb b/meta/recipes-devtools/make/make_3.81.bb new file mode 100644 index 0000000000..9458c39132 --- /dev/null +++ b/meta/recipes-devtools/make/make_3.81.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | PR = "r0" | ||
2 | |||
3 | LICENSE = "GPLv2 & LGPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f \ | ||
5 | file://tests/COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | ||
6 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" | ||
7 | |||
8 | require make.inc | ||
9 | |||
10 | SRC_URI[md5sum] = "354853e0b2da90c527e35aabb8d6f1e6" | ||
11 | SRC_URI[sha256sum] = "f3e69023771e23908f5d5592954d8271d3d6af09693cecfd29cee6fde8550dc8" | ||
12 | |||