aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/procps/procps-3.2.8/install.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-22 01:05:24 +0000
committerMarcin Juszkiewicz <marcin@buglabs.net>2010-03-23 10:57:15 +0100
commit42cfa23c243f402f696e39e7b4149dbc6afea596 (patch)
treeaf992f5e468525f24eecd0d65f7e4a1c52cbfe96 /recipes/procps/procps-3.2.8/install.patch
parent0a8318652f12c4139c9e8b36b94ff80e73be556e (diff)
downloadopenembedded-42cfa23c243f402f696e39e7b4149dbc6afea596.tar.gz
procps: added 3.2.8 and dropped older
This version no longer complain about unknown Hz value during boot. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Philip Balister <philip@balister.org>
Diffstat (limited to 'recipes/procps/procps-3.2.8/install.patch')
-rw-r--r--recipes/procps/procps-3.2.8/install.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/procps/procps-3.2.8/install.patch b/recipes/procps/procps-3.2.8/install.patch
new file mode 100644
index 0000000000..9f1ef6915d
--- /dev/null
+++ b/recipes/procps/procps-3.2.8/install.patch
@@ -0,0 +1,27 @@
+--- procps-3.2.5.virgin/Makefile 2005-01-26 05:55:26.000000000 +0100
++++ procps-3.2.5/Makefile 2005-08-03 04:55:26.346984488 +0200
+@@ -30,7 +30,10 @@
+ install := install -D --owner 0 --group 0
+
+ # Lame x86-64 /lib64 and /usr/lib64 abomination:
+-lib64 := lib$(shell [ -d /lib64 ] && echo 64)
++# lib64 := lib$(shell [ -d /lib64 ] && echo 64)
++
++# Equally lame hack to work around makefile lameness when the host arch is 64bit, but the target is not.
++lib64 := lib
+
+ usr/bin := $(DESTDIR)/usr/bin/
+ bin := $(DESTDIR)/bin/
+@@ -211,10 +214,10 @@
+ ###### install
+
+ $(BINFILES) : all
+- $(install) --mode a=rx $(notdir $@) $@
++ $(install) -m 555 $(notdir $@) $@
+
+ $(MANFILES) : all
+- $(install) --mode a=r $(notdir $@) $@
++ $(install) -m 444 $(notdir $@) $@
+
+ install: $(filter-out $(SKIP) $(addprefix $(DESTDIR),$(SKIP)),$(INSTALL))
+ cd $(usr/bin) && $(ln_f) skill snice