diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2019-12-14 14:14:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-16 23:08:51 +0000 |
commit | dcffd983ac38f3c1ab4932d91d2e14844d65e0e3 (patch) | |
tree | d6423a5fd3d9f83552cb9fe6874c61373ed9237b /meta/recipes-devtools | |
parent | d8a123006b63cf1ba4c3b610f1fb3577465105d8 (diff) | |
download | poky-dcffd983ac38f3c1ab4932d91d2e14844d65e0e3.tar.gz |
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: c6bb87e1e9f0ee33e8778da06a64ba9c8755efcc)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.4.1.bb b/meta/recipes-devtools/opkg/opkg_0.4.1.bb index 1cd7dcadb3..f6f0922b6a 100644 --- a/meta/recipes-devtools/opkg/opkg_0.4.1.bb +++ b/meta/recipes-devtools/opkg/opkg_0.4.1.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://code.google.com/p/opkg/" | |||
5 | BUGTRACKER = "http://code.google.com/p/opkg/issues/list" | 5 | BUGTRACKER = "http://code.google.com/p/opkg/issues/list" |
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPLv2+" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
8 | file://src/opkg.c;beginline=2;endline=21;md5=90435a519c6ea69ef22e4a88bcc52fa0" | 8 | file://src/opkg.c;beginline=4;endline=18;md5=9f5a1ad5395378a807d6d591e2f92d25" |
9 | 9 | ||
10 | DEPENDS = "libarchive" | 10 | DEPENDS = "libarchive" |
11 | 11 | ||