]> code.ossystems Code Review - openembedded-core.git/commitdiff
apr: Trim license info extracted from apr_lib.h
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Sat, 3 Nov 2018 09:30:26 +0000 (10:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Nov 2018 12:14:05 +0000 (12:14 +0000)
Two unrelated lines were extracted from apr_lib.h for the license
information.

License-Update: Only extract the relevant part from apr_lib.h
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/apr/apr_1.6.3.bb

index e044c4a9a513d38c25ad1c6823dde045d271e40f..7bfb69855aefbd22a54a95da0ff5f2b3bb6ae2c6 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = "util-linux"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4dfd4cd216828c8cae5de5a12f3844c8 \
-                    file://include/apr_lib.h;endline=17;md5=ee42fa7575dc40580a9e01c1b75fae96"
+                    file://include/apr_lib.h;endline=15;md5=823b3d1a7225df8f7b68a69c3c2b4c71"
 
 BBCLASSEXTEND = "native nativesdk"