mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
opkg: Trim the text part used for the license file checksum
This avoids including irrelevant information when calculating the license checksum. License-Update: Trim the text part used for the license file checksum (From OE-Core rev: 11ec4435da94e345d98fc7a9077c1fce526b5f71) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f4369fcd5e
commit
b5eba8567d
@@ -5,7 +5,7 @@ HOMEPAGE = "http://code.google.com/p/opkg/"
|
|||||||
BUGTRACKER = "http://code.google.com/p/opkg/issues/list"
|
BUGTRACKER = "http://code.google.com/p/opkg/issues/list"
|
||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||||
file://src/opkg.c;beginline=2;endline=21;md5=90435a519c6ea69ef22e4a88bcc52fa0"
|
file://src/opkg.c;beginline=4;endline=18;md5=9f5a1ad5395378a807d6d591e2f92d25"
|
||||||
|
|
||||||
DEPENDS = "libarchive"
|
DEPENDS = "libarchive"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user