diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-11-02 16:43:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-18 18:03:56 +0000 |
commit | 1bdd2c423af9546080e8f2e15a4cd411346f57be (patch) | |
tree | bb8f8e9a5a767d821278965f0429be78eb02ef75 /meta/recipes-extended/psmisc/psmisc_23.0.bb | |
parent | f83e0cb7f5e6b50356cc456f90cee471a5b7c39b (diff) | |
download | poky-1bdd2c423af9546080e8f2e15a4cd411346f57be.tar.gz |
psmisc: update to 23.0
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>
Diffstat (limited to 'meta/recipes-extended/psmisc/psmisc_23.0.bb')
-rw-r--r-- | meta/recipes-extended/psmisc/psmisc_23.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc_23.0.bb b/meta/recipes-extended/psmisc/psmisc_23.0.bb new file mode 100644 index 0000000000..2b07f49741 --- /dev/null +++ b/meta/recipes-extended/psmisc/psmisc_23.0.bb | |||
@@ -0,0 +1,10 @@ | |||
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 = "67b1da268f4c0ce6859980e3dfcfaec5b2448e80" | ||
10 | S = "${WORKDIR}/git" | ||