diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2012-11-30 15:15:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 14:32:43 +0000 |
commit | f6a2c743d8e415c25069a82bd5a81aee1f06a6f0 (patch) | |
tree | 1c3744a2cb8655d6fb22584928d2502c80c7bda2 | |
parent | 4aa17a32aa22abb04fc9870350269dbd348ec880 (diff) | |
download | poky-f6a2c743d8e415c25069a82bd5a81aee1f06a6f0.tar.gz |
pong-clock: 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: 33b28f40ed8765262c3b4ac676cec25bf0b0d523)
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-graphics/pong-clock/pong-clock_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb index d352d878b3..360f31280e 100644 --- a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb +++ b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb | |||
@@ -4,7 +4,7 @@ DEPENDS = "virtual/libx11 xdmcp xau" | |||
4 | 4 | ||
5 | SRC_URI = "file://pong-clock-no-flicker.c" | 5 | SRC_URI = "file://pong-clock-no-flicker.c" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://pong-clock-no-flicker.c;startline=0;endline=23;md5=dd248d50f73f746d1ee78586b0b2ebd3" | 7 | LIC_FILES_CHKSUM = "file://pong-clock-no-flicker.c;beginline=1;endline=23;md5=dd248d50f73f746d1ee78586b0b2ebd3" |
8 | 8 | ||
9 | S = "${WORKDIR}" | 9 | S = "${WORKDIR}" |
10 | 10 | ||