mirror of
https://git.yoctoproject.org/poky
synced 2026-03-09 00:39:39 +01:00
An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers. Two recipes in meta-selftest were not converted as they're that way specifically for testing. A change in linux-firmware was also skipped and may need a more manual tweak. (From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
350 B
BlitzBasic
10 lines
350 B
BlitzBasic
require psmisc.inc
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
|
|
|
SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https;branch=master \
|
|
file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \
|
|
"
|
|
SRCREV = "5fab6b7ab385080f1db725d6803136ec1841a15f"
|
|
S = "${WORKDIR}/git"
|