21 lines
541 B
BlitzBasic
21 lines
541 B
BlitzBasic
HOMEPAGE = "http://www.netmodule.com"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "git://git.netmodule.intranet/NRSW/nm-reset-reason.git;protocol=ssh;user=gitea;branch=master \
|
|
"
|
|
|
|
PV = "1.0+git${SRCPV}"
|
|
SRCREV="0c038de0b16f7b4512f9e61a096d6bfc9a033e8f"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "virtual/kernel kernel-module-system-info"
|
|
|
|
inherit module
|
|
|
|
EXTRA_OEMAKE:append:task-install = " -C ${STAGING_KERNEL_DIR} M=${S}"
|
|
|
|
KERNEL_MODULE_AUTOLOAD += " reset-reason "
|
|
|