mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
cbf89b58e4
commit
bdc14f6114
+5
-7
@@ -1,4 +1,4 @@
|
|||||||
From 285877b7761d74736aca2687ed9bef2f78b82c33 Mon Sep 17 00:00:00 2001
|
From dac375f640fecd45e6254a8d870ee37ec8f41670 Mon Sep 17 00:00:00 2001
|
||||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||||
Date: Thu, 2 Nov 2017 16:21:22 +0200
|
Date: Thu, 2 Nov 2017 16:21:22 +0200
|
||||||
Subject: [PATCH] Makefile.am: create src directory before attempting to write
|
Subject: [PATCH] Makefile.am: create src directory before attempting to write
|
||||||
@@ -8,23 +8,21 @@ Otherwise out of tree builds will fail.
|
|||||||
|
|
||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||||
|
|
||||||
---
|
---
|
||||||
Makefile.am | 2 +-
|
Makefile.am | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/Makefile.am b/Makefile.am
|
diff --git a/Makefile.am b/Makefile.am
|
||||||
index 9f61ab4..b4ced7f 100644
|
index 441ae94..882969d 100644
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/Makefile.am
|
+++ b/Makefile.am
|
||||||
@@ -79,7 +79,7 @@ EXTRA_DIST = src/signames.c README.md
|
@@ -86,7 +86,7 @@ EXTRA_DIST = src/signames.c README.md misc/git-version-gen
|
||||||
CLEANFILES = src/signames.h
|
CLEANFILES = src/signames.h
|
||||||
|
|
||||||
src/signames.h: src/signames.c Makefile
|
src/signames.h: src/signames.c Makefile src/$(am__dirstamp)
|
||||||
- export LC_ALL=C ; \
|
- export LC_ALL=C ; \
|
||||||
+ export LC_ALL=C ; mkdir -p src ; \
|
+ export LC_ALL=C ; mkdir -p src ; \
|
||||||
@CPP@ -dM $< |\
|
@CPP@ -dM $< |\
|
||||||
tr -s '\t ' ' ' | sort -n -k 3 | sed \
|
tr -s '\t ' ' ' | sort -n -k 3 | sed \
|
||||||
's:#define SIG\([A-Z][A-Z]*[0-9]*\) \([0-9][0-9]*\).*$\:{\ \2,"\1" },:p;d' | \
|
's:#define SIG\([A-Z][A-Z]*[0-9]*\) \([0-9][0-9]*\).*$\:{\ \2,"\1" },:p;d' | \
|
||||||
--
|
|
||||||
2.14.2
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,5 +6,5 @@ SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https \
|
|||||||
file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \
|
file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \
|
||||||
file://0001-Makefile.am-create-src-directory-before-attempting-t.patch \
|
file://0001-Makefile.am-create-src-directory-before-attempting-t.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "44eab9a3a63394eae6b79a7ef0a042f57e0c8a8f"
|
SRCREV = "78bde849041e6c914a2a517ebe1255b86dc98772"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
Reference in New Issue
Block a user