mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch
refreshed for 23.7
Changelog:
===========
* build-sys: Make disable-statx work
* fuser: Fallback to stat() if no statx() Debian 1030747
* fuser: silently ignore EACCES when scanning proc directories
* killall: small formatting fixes Debian
* pstree: Do not assume root PID
* pslog: include config.h
* misc: Update gettext to 0.21
(From OE-Core rev: 5a5e5cce2edd0f0bccc69f3ec68dd86810b873c2)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
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 = "9091d6dbcce3d8fb87adf9249a2eb346d25a562c"
|
|
S = "${WORKDIR}/git"
|