Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | require psmisc.inc |
2 | LICENSE = "GPLv2" | ||||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||||
4 | |||||
5 | SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https \ | ||||
6 | file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \ | ||||
7 | file://0001-Makefile.am-create-src-directory-before-attempting-t.patch \ | ||||
8 | " | ||||
9 | SRCREV = "bd952b3063f2466ecab4ec093026cf0c4ce373c7" | ||||
10 | S = "${WORKDIR}/git" |