diff mbox

[5/7] package/perf: patch installation paths

Message ID 1426714983-24803-5-git-send-email-steven@uplinklabs.net
State Rejected
Headers show

Commit Message

Steven Noonan March 18, 2015, 9:43 p.m. UTC
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
---
 package/perf/0001-fix-install-paths.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 package/perf/0001-fix-install-paths.patch

Comments

Romain Naour July 14, 2015, 10:06 p.m. UTC | #1
Hi Steven,

Le 18/03/2015 22:43, Steven Noonan a écrit :
> Signed-off-by: Steven Noonan <steven@uplinklabs.net>
> ---
>  package/perf/0001-fix-install-paths.patch | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 package/perf/0001-fix-install-paths.patch
> 
> diff --git a/package/perf/0001-fix-install-paths.patch b/package/perf/0001-fix-install-paths.patch

I added your series in my Linux tools series, so your series will be marked as
superseded in patchwork.

However patches 5/7 and 6/7 are not necessary anymore, they now belong to your
custom linux patches. See BR2_LINUX_KERNEL_PATCH in [1].
They will marked rejected in patchwork.

[1] http://buildroot.org/downloads/manual/manual.html#customize-patches

Thanks !

Best regards,
Romain Naour
diff mbox

Patch

diff --git a/package/perf/0001-fix-install-paths.patch b/package/perf/0001-fix-install-paths.patch
new file mode 100644
index 0000000..6046362
--- /dev/null
+++ b/package/perf/0001-fix-install-paths.patch
@@ -0,0 +1,20 @@ 
+--- a/tools/perf/config/Makefile	2014-02-13 23:00:14.000000000 +0100
++++ b/tools/perf/config/Makefile	2014-02-17 20:01:33.370539725 +0100
+@@ -561,7 +561,7 @@
+ bindir = $(prefix)/$(bindir_relative)
+ mandir = share/man
+ infodir = share/info
+-perfexecdir = libexec/perf-core
++perfexecdir = lib/perf
+ sharedir = $(prefix)/share
+ template_dir = share/perf-core/templates
+ htmldir = share/doc/perf-doc
+@@ -573,7 +573,7 @@
+ ETC_PERFCONFIG = etc/perfconfig
+ endif
+ ifeq ($(IS_X86_64),1)
+-lib = lib64
++lib = lib
+ else
+ lib = lib
+ endif