Skip to content

Commit c9a5aa7

Browse files
Robert BergerRobert Berger
authored andcommitted
patch against comments on pull request:
1) LIC_FILES_CHKSUM: use license text in crash.c 2) PV = "9.0.2+git${SRCPV}" -> SRCPV removed
1 parent 575ca1d commit c9a5aa7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

meta-oe/recipes-kernel/crash/crash-memory-driver_9.0.2.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ SUMMARY = "/dev/crash driver"
44
HOMEPAGE = "https://github.com/crash-utility/crash/tree/master/memory_driver"
55
RECIPE_MAINTAINER = "Robert Berger <Robert.Berger@ReliableEmbeddedSystems.com>"
66
LICENSE = "GPL-2.0-only"
7-
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
7+
LIC_FILES_CHKSUM = "file://crash.c;beginline=1;endline=25;md5=c278eae78e2bf99783849a90f03d0e43"
88

99
inherit module
1010

1111
SRCREV = "61fe107ff96a22e7df0029877529b7ce6da36850"
1212
SRC_URI = "git://github.com/crash-utility/crash;protocol=https;branch=master;subpath=memory_driver;destsuffix=${BP} \
1313
file://0001-hacked-Makefile-for-module.bbclass.patch;striplevel=2 \
1414
file://0002-add-sparse-support.patch;striplevel=2 \
15-
"
16-
PV = "9.0.2+git${SRCPV}"
15+
"
16+
PV = "9.0.2+git"
1717

1818
# The inherit of module.bbclass will automatically name module packages with
1919
# "kernel-module-" prefix as required by the oe-core build environment.

0 commit comments

Comments
 (0)