diff options
author | Christopher Larson <chris_larson@mentor.com> | 2012-08-22 15:02:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-24 11:06:16 +0200 |
commit | 781b19b3bd6785a638505e6d993319691bea7925 (patch) | |
tree | 3a3c170764214f65ad95a516872d4429d3c0e017 /meta-oe/recipes-support | |
parent | 7895ab08270d911e8a56b01da343bb2c1a9e0e33 (diff) | |
download | meta-openembedded-781b19b3bd6785a638505e6d993319691bea7925.tar.gz |
ipsec-tools: use a correct LIC_FILES_CHKSUM
The current LIC_FILES_CHKSUM checks the FSF copyright/license from the
*generated* Makefile.in, which has nothing at all to do with the licensing of
ipsec-tools. This is about as wrong as it's possible for LIC_FILES_CHKSUM to
be. This fixes it to use one of the headers from libipsec instead.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/ipsec-tools/ipsec-tools_0.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/ipsec-tools/ipsec-tools_0.7.2.bb b/meta-oe/recipes-support/ipsec-tools/ipsec-tools_0.7.2.bb index 270d77eb5..255246e39 100644 --- a/meta-oe/recipes-support/ipsec-tools/ipsec-tools_0.7.2.bb +++ b/meta-oe/recipes-support/ipsec-tools/ipsec-tools_0.7.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require ipsec-tools.inc | 1 | require ipsec-tools.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://Makefile.in;endline=14;md5=c73d05590728997bfbab5c671ed38366" | 3 | LIC_FILES_CHKSUM = "file://src/libipsec/pfkey.c;beginline=6;endline=31;md5=bc9b7ff40beff19fe6bc6aef26bd2b24" |
4 | 4 | ||
5 | SRC_URI += "file://ipsec-tools-install.patch" | 5 | SRC_URI += "file://ipsec-tools-install.patch" |
6 | SRC_URI[ipsec-tools-0.7.2.md5sum] = "72861f005746ee27984b2ee715ecc629" | 6 | SRC_URI[ipsec-tools-0.7.2.md5sum] = "72861f005746ee27984b2ee715ecc629" |