mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
Switch to gitlab, as that's where development now happens. Drop two upstreamed patches, add apatches to avoid newly introduced build errors, and a gettext fix suggested here: http://lists.openembedded.org/pipermail/openembedded-core/2017-November/144566.html (From OE-Core rev: dfda42b624b539125443f30ae3a587ae55691ba4) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
407 B
BlitzBasic
11 lines
407 B
BlitzBasic
require psmisc.inc
|
||
LICENSE = "GPLv2"
|
||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||
|
||
SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https \
|
||
file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \
|
||
file://0001-Makefile.am-create-src-directory-before-attempting-t.patch \
|
||
"
|
||
SRCREV = "67b1da268f4c0ce6859980e3dfcfaec5b2448e80"
|
||
S = "${WORKDIR}/git"
|