diff options
author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2015-04-17 11:21:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-19 13:34:43 +0100 |
commit | 760dec203bfd18096279e6a993bb4cffd3ebd61b (patch) | |
tree | 5192bda72a04418869eb09d0a28808178144dbd4 /meta/recipes-support | |
parent | 01fec9e5cc54f0e5398bcaadeacc577b3dab2344 (diff) | |
download | poky-760dec203bfd18096279e6a993bb4cffd3ebd61b.tar.gz |
libgcrypt: modified the license of dumpsexp.
Because dumpsexp.c is GPLv3. So pick up the dumpsexp and modified license to GPLv3.
(From OE-Core rev: 18cc7893e453bb10e395ff81dd10c0b5872a1742)
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index eea67aa58d..683be780ff 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc | |||
@@ -4,7 +4,11 @@ BUGTRACKER = "https://bugs.g10code.com/gnupg/index" | |||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | 5 | ||
6 | # helper program gcryptrnd and getrandom are under GPL, rest LGPL | 6 | # helper program gcryptrnd and getrandom are under GPL, rest LGPL |
7 | LICENSE = "GPLv2+ & LGPLv2.1+" | 7 | LICENSE = "GPLv2+ & LGPLv2.1+ & GPLv3+" |
8 | LICENSE_${PN} = "LGPLv2.1+" | ||
9 | LICENSE_${PN}-dev = "GPLv2+ & LGPLv2.1+" | ||
10 | LICENSE_dumpsexp-dev = "GPLv3+" | ||
11 | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
9 | file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff" | 13 | file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff" |
10 | 14 | ||
@@ -35,7 +39,10 @@ do_install_append() { | |||
35 | install -m 0644 ${B}/src/libgcrypt.pc ${D}/${libdir}/pkgconfig/ | 39 | install -m 0644 ${B}/src/libgcrypt.pc ${D}/${libdir}/pkgconfig/ |
36 | } | 40 | } |
37 | 41 | ||
38 | FILES_${PN}-dev += "${bindir}/dumpsexp ${bindir}/hmac256" | 42 | PACKAGES =+ "dumpsexp-dev" |
43 | |||
44 | FILES_${PN}-dev += "${bindir}/hmac256" | ||
45 | FILES_dumpsexp-dev += "${bindir}/dumpsexp" | ||
39 | 46 | ||
40 | ARM_INSTRUCTION_SET = "arm" | 47 | ARM_INSTRUCTION_SET = "arm" |
41 | 48 | ||