]> code.ossystems Code Review - openembedded-core.git/commitdiff
fts: Correct LIC_FILES_CHKSUM
authorKhem Raj <raj.khem@gmail.com>
Thu, 21 Jan 2016 23:18:04 +0000 (15:18 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Jan 2016 18:14:51 +0000 (18:14 +0000)
It was using wrong keyword and let it point to section of header file

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/fts/fts.bb

index 2539e5dc06d7760482d03e7ffec7e9e3dbbe47e7..c301720768fa0edaf88e18e9424bfa67e06ac256 100644 (file)
@@ -4,7 +4,7 @@
 DESCRIPTION = "keith bostic's POSIX file tree stream operations library"
 HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic"
 LICENSE = "BSD-4-Clause"
-LIC_FILES_CHECKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-4-Clause;md5=624d9e67e8ac41a78f6b6c2c55a83a2b"
+LIC_FILES_CHKSUM = "file://fts.h;beginline=1;endline=36;md5=2532eddb3d1a21905723a4011ec4e085"
 SECTION = "libs"
 
 SRC_URI = "https://sites.google.com/a/bostic.com/keithbostic/files/fts.tar.gz \