mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
psmisc: remove a patch that is no longer necessary
(From OE-Core rev: 3b1a87d78ba39593fb2a95362a426cf48c3e8a68) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4603d9401c
commit
b28140ff2f
@@ -1,28 +0,0 @@
|
||||
From dac375f640fecd45e6254a8d870ee37ec8f41670 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Thu, 2 Nov 2017 16:21:22 +0200
|
||||
Subject: [PATCH] Makefile.am: create src directory before attempting to write
|
||||
there
|
||||
|
||||
Otherwise out of tree builds will fail.
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 441ae94..882969d 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -86,7 +86,7 @@ EXTRA_DIST = src/signames.c README.md misc/git-version-gen
|
||||
CLEANFILES = src/signames.h
|
||||
|
||||
src/signames.h: src/signames.c Makefile src/$(am__dirstamp)
|
||||
- export LC_ALL=C ; \
|
||||
+ export LC_ALL=C ; mkdir -p src ; \
|
||||
@CPP@ -dM $< |\
|
||||
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' | \
|
||||
@@ -4,7 +4,6 @@ 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 = "78bde849041e6c914a2a517ebe1255b86dc98772"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user