diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-21 15:18:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-30 11:36:58 +0000 |
commit | 66e215f13f213da5af162aa80b741165d559570b (patch) | |
tree | c308ebb68f2241c286f8c3b2df4ec840eacaa7e2 /meta/recipes-core | |
parent | be4c446870a707021da4fa163a648b67e18ec12b (diff) | |
download | poky-66e215f13f213da5af162aa80b741165d559570b.tar.gz |
fts: Correct LIC_FILES_CHKSUM
It was using wrong keyword and let it point to section of header file
(From OE-Core rev: 80d015442b5efdf796dbe0b30642f168d5482dca)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/fts/fts.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/fts/fts.bb b/meta/recipes-core/fts/fts.bb index 2539e5dc06..c301720768 100644 --- a/meta/recipes-core/fts/fts.bb +++ b/meta/recipes-core/fts/fts.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | DESCRIPTION = "keith bostic's POSIX file tree stream operations library" | 4 | DESCRIPTION = "keith bostic's POSIX file tree stream operations library" |
5 | HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic" | 5 | HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic" |
6 | LICENSE = "BSD-4-Clause" | 6 | LICENSE = "BSD-4-Clause" |
7 | LIC_FILES_CHECKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-4-Clause;md5=624d9e67e8ac41a78f6b6c2c55a83a2b" | 7 | LIC_FILES_CHKSUM = "file://fts.h;beginline=1;endline=36;md5=2532eddb3d1a21905723a4011ec4e085" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | SRC_URI = "https://sites.google.com/a/bostic.com/keithbostic/files/fts.tar.gz \ | 10 | SRC_URI = "https://sites.google.com/a/bostic.com/keithbostic/files/fts.tar.gz \ |