]> code.ossystems Code Review - openembedded-core.git/commitdiff
shadow: Fix BSD license file checksum
authorWes Lindauer <wesley.lindauer@gmail.com>
Fri, 16 Aug 2019 19:44:02 +0000 (15:44 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Aug 2019 20:50:33 +0000 (21:50 +0100)
BSD license files must include the copyright notice.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/shadow/shadow.inc

index acd753d0c1a299f1c4f0d611045f60bb49025ba2..7f8ee787178f61254c715d766084e2e17d5aab06 100644 (file)
@@ -4,7 +4,7 @@ BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580"
 SECTION = "base/utils"
 LICENSE = "BSD | Artistic-1.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ed80ff1c2b40843cf5768e5229cf16e5 \
-                    file://src/passwd.c;beginline=8;endline=30;md5=d83888ea14ae61951982d77125947661"
+                    file://src/passwd.c;beginline=2;endline=30;md5=5720ff729a6ff39ecc9f64555d75f4af"
 
 DEPENDS = "virtual/crypt"