diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-11-18 15:28:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-21 23:08:19 +0000 |
commit | bdc14f61141b148db135f9bc2e152649c7eafbcc (patch) | |
tree | 992758ad4df8c9ee3997a4bae707eb4536d1a59d /meta/recipes-extended | |
parent | cbf89b58e42d40b5ef2da258d4f86a85c8c4b4d1 (diff) | |
download | poky-bdc14f61141b148db135f9bc2e152649c7eafbcc.tar.gz |
psmisc: update to 23.3
(From OE-Core rev: c5b12bee361708e5c4096d5ad8e9655f978c3c7d)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/psmisc/psmisc/0001-Makefile.am-create-src-directory-before-attempting-t.patch | 12 | ||||
-rw-r--r-- | meta/recipes-extended/psmisc/psmisc_23.3.bb (renamed from meta/recipes-extended/psmisc/psmisc_23.2.bb) | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc/0001-Makefile.am-create-src-directory-before-attempting-t.patch b/meta/recipes-extended/psmisc/psmisc/0001-Makefile.am-create-src-directory-before-attempting-t.patch index 4d44495fd3..9451303dd7 100644 --- a/meta/recipes-extended/psmisc/psmisc/0001-Makefile.am-create-src-directory-before-attempting-t.patch +++ b/meta/recipes-extended/psmisc/psmisc/0001-Makefile.am-create-src-directory-before-attempting-t.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 285877b7761d74736aca2687ed9bef2f78b82c33 Mon Sep 17 00:00:00 2001 | 1 | From dac375f640fecd45e6254a8d870ee37ec8f41670 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Thu, 2 Nov 2017 16:21:22 +0200 | 3 | Date: Thu, 2 Nov 2017 16:21:22 +0200 |
4 | Subject: [PATCH] Makefile.am: create src directory before attempting to write | 4 | Subject: [PATCH] Makefile.am: create src directory before attempting to write |
@@ -8,23 +8,21 @@ Otherwise out of tree builds will fail. | |||
8 | 8 | ||
9 | Upstream-Status: Pending | 9 | Upstream-Status: Pending |
10 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 10 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
11 | |||
11 | --- | 12 | --- |
12 | Makefile.am | 2 +- | 13 | Makefile.am | 2 +- |
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
14 | 15 | ||
15 | diff --git a/Makefile.am b/Makefile.am | 16 | diff --git a/Makefile.am b/Makefile.am |
16 | index 9f61ab4..b4ced7f 100644 | 17 | index 441ae94..882969d 100644 |
17 | --- a/Makefile.am | 18 | --- a/Makefile.am |
18 | +++ b/Makefile.am | 19 | +++ b/Makefile.am |
19 | @@ -79,7 +79,7 @@ EXTRA_DIST = src/signames.c README.md | 20 | @@ -86,7 +86,7 @@ EXTRA_DIST = src/signames.c README.md misc/git-version-gen |
20 | CLEANFILES = src/signames.h | 21 | CLEANFILES = src/signames.h |
21 | 22 | ||
22 | src/signames.h: src/signames.c Makefile | 23 | src/signames.h: src/signames.c Makefile src/$(am__dirstamp) |
23 | - export LC_ALL=C ; \ | 24 | - export LC_ALL=C ; \ |
24 | + export LC_ALL=C ; mkdir -p src ; \ | 25 | + export LC_ALL=C ; mkdir -p src ; \ |
25 | @CPP@ -dM $< |\ | 26 | @CPP@ -dM $< |\ |
26 | tr -s '\t ' ' ' | sort -n -k 3 | sed \ | 27 | tr -s '\t ' ' ' | sort -n -k 3 | sed \ |
27 | 's:#define SIG\([A-Z][A-Z]*[0-9]*\) \([0-9][0-9]*\).*$\:{\ \2,"\1" },:p;d' | \ | 28 | 's:#define SIG\([A-Z][A-Z]*[0-9]*\) \([0-9][0-9]*\).*$\:{\ \2,"\1" },:p;d' | \ |
28 | -- | ||
29 | 2.14.2 | ||
30 | |||
diff --git a/meta/recipes-extended/psmisc/psmisc_23.2.bb b/meta/recipes-extended/psmisc/psmisc_23.3.bb index 38e0a44058..b3c3c7e5a8 100644 --- a/meta/recipes-extended/psmisc/psmisc_23.2.bb +++ b/meta/recipes-extended/psmisc/psmisc_23.3.bb | |||
@@ -6,5 +6,5 @@ SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https \ | |||
6 | file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \ | 6 | file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \ |
7 | file://0001-Makefile.am-create-src-directory-before-attempting-t.patch \ | 7 | file://0001-Makefile.am-create-src-directory-before-attempting-t.patch \ |
8 | " | 8 | " |
9 | SRCREV = "44eab9a3a63394eae6b79a7ef0a042f57e0c8a8f" | 9 | SRCREV = "78bde849041e6c914a2a517ebe1255b86dc98772" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |