diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2012-11-30 15:15:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 14:32:44 +0000 |
commit | 2c2dfe4f4d0bf80f9103f98ec8661781ba3aee15 (patch) | |
tree | dfc9eeeec1448b249027e0956e94e7ae7282ac00 | |
parent | f6a2c743d8e415c25069a82bd5a81aee1f06a6f0 (diff) | |
download | poky-2c2dfe4f4d0bf80f9103f98ec8661781ba3aee15.tar.gz |
uclibc: fix license segment md5sum boundary
Replaced incorrect "startline" with correct "beginline" for telling
where license segment in file begins. This change has no effect on
md5sum as license segments from the beginning of the file.
(From OE-Core rev: 1699c382b68d183540b088fd7644b936682716fb)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/uclibc/uclibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc index 707b14efdd..c25c4d151a 100644 --- a/meta/recipes-core/uclibc/uclibc.inc +++ b/meta/recipes-core/uclibc/uclibc.inc | |||
@@ -12,7 +12,7 @@ LICENSE = "LGPLv2.1+" | |||
12 | SECTION = "libs" | 12 | SECTION = "libs" |
13 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 13 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
14 | file://COPYING.LIB.boilerplate;md5=aaddeadcddeb918297e0e4afc52ce46f \ | 14 | file://COPYING.LIB.boilerplate;md5=aaddeadcddeb918297e0e4afc52ce46f \ |
15 | file://${S}/test/regex/testregex.c;startline=1;endline=31;md5=234efb227d0a40677f895e4a1e26e960" | 15 | file://${S}/test/regex/testregex.c;beginline=1;endline=31;md5=234efb227d0a40677f895e4a1e26e960" |
16 | INC_PR = "r8" | 16 | INC_PR = "r8" |
17 | 17 | ||
18 | require uclibc-config.inc | 18 | require uclibc-config.inc |