summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgpg-error
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-11 15:25:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-12 15:13:40 +0100
commit844422dbe3a509f00808253c9992bc901de4b63d (patch)
treeeba432333d9d883824a31e3f937e9ae903483ff9 /meta/recipes-support/libgpg-error
parent8b9b1ab42e6e3226fc06818ec3dd186b6f81acad (diff)
downloadpoky-844422dbe3a509f00808253c9992bc901de4b63d.tar.gz
libgpg-error: Use the source file for the licence checksum
It makes sense to us the license checksum from the source .in file rather than that from the generated file which configure can change (or remove). (From OE-Core rev: 38b853b669428c8ac390ee7dd063331b6f03476e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgpg-error')
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
index 81862365ca..64b50b9a13 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
@@ -5,7 +5,7 @@ BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
5LICENSE = "GPLv2+ & LGPLv2.1+" 5LICENSE = "GPLv2+ & LGPLv2.1+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
7 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ 7 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
8 file://src/gpg-error.h;endline=23;md5=83c16c8f5cea85affa1ff270a6f4fcff \ 8 file://src/gpg-error.h.in;endline=23;md5=508c78081f11544da0fbb8c95913a301 \
9 file://src/init.c;endline=20;md5=b69742f2a8827d494c6f6a4b1768416c" 9 file://src/init.c;endline=20;md5=b69742f2a8827d494c6f6a4b1768416c"
10 10
11 11