aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/procps/procps/fix-configure.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-12-14 16:18:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-16 12:11:25 +0000
commit42d0699c19b935ce1553d5b88577e1231315d5cc (patch)
treee9cd35d57b4f6ce9e62cc07f5aa10dfbf4212290 /meta/recipes-extended/procps/procps/fix-configure.patch
parent2b2a493baf45cbe5d53d8346525990f344e103c4 (diff)
downloadopenembedded-core-contrib-42d0699c19b935ce1553d5b88577e1231315d5cc.tar.gz
procps: update to 3.3.11
fix-configure.patch was fixing lines that have been removed upstream. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/procps/procps/fix-configure.patch')
-rw-r--r--meta/recipes-extended/procps/procps/fix-configure.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-extended/procps/procps/fix-configure.patch b/meta/recipes-extended/procps/procps/fix-configure.patch
deleted file mode 100644
index 934ae80954..0000000000
--- a/meta/recipes-extended/procps/procps/fix-configure.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-
-exec_prefix is /usr default in OE-Core
-
-Upstream-Status: Inappropriate [embedded specific]
-
-Signed-off-by: Saul Wold <sgw@linux.intel.com>
-Index: procps-ng-3.3.10/configure.ac
-===================================================================
---- procps-ng-3.3.10.orig/configure.ac
-+++ procps-ng-3.3.10/configure.ac
-@@ -70,7 +70,7 @@ AC_FUNC_MMAP
- AC_FUNC_REALLOC
- AC_FUNC_STRTOD
-
--usrbin_execdir='${exec_prefix}/usr/bin'
-+usrbin_execdir='${exec_prefix}/bin'
- AC_SUBST([usrbin_execdir])
-
- AM_GNU_GETTEXT_VERSION([0.14.1])