lkrg-module: covert to git fetcher

This allows to track tip easier.
refresh patch
Fix LICENSE to match SPDX format

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2022-04-02 11:57:16 -07:00
parent 2be1d069ec
commit fb67042242
2 changed files with 8 additions and 8 deletions

View File

@@ -4,10 +4,10 @@ This needs more work. Its my starting point.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Index: lkrg-0.9.2/Makefile
Index: git/Makefile
===================================================================
--- lkrg-0.9.2.orig/Makefile
+++ lkrg-0.9.2/Makefile
--- git.orig/Makefile
+++ git/Makefile
@@ -4,28 +4,10 @@
# Author:
# - Adam 'pi3' Zabrocki (http://pi3.com.pl)

View File

@@ -3,18 +3,18 @@ DESCRIPTION="LKRG performs runtime integrity checking of the Linux \
kernel and detection of security vulnerability exploits against the kernel."
SECTION = "security"
HOMEPAGE = "https://www.openwall.com/lkrg/"
LICENSE = "GPLv2"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5105ead24b08a32954f34cbaa7112432"
DEPENDS = "virtual/kernel elfutils"
SRC_URI = "https://download.openwall.net/pub/projects/lkrg/lkrg-${PV}.tar.gz \
SRCREV = "43db5f19fca259feb1962f6db33382348cbc8320"
SRC_URI = "git://github.com/lkrg-org/lkrg.git;protocol=https;branch=main \
file://makefile_cleanup.patch "
SRC_URI[sha256sum] = "c2b501c47089cce3ec3114cef6520b73aa3a098836183186b9bb5e097c99ac27"
S = "${WORKDIR}/lkrg-${PV}"
S = "${WORKDIR}/git"
inherit module kernel-module-split