diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-08-13 09:35:21 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-13 23:37:30 +0100 |
commit | 2c11926528df4459de9c4b6eca3f45c6d3908f06 (patch) | |
tree | 08c35de8c69c86c8b1a06207729b20419e3aa9bd /meta-moblin/packages/procps/procps-3.2.7/install.patch | |
parent | e8ac5a76d901ef247154bb06a6c27cd7dd6d4b61 (diff) | |
download | openembedded-core-2c11926528df4459de9c4b6eca3f45c6d3908f06.tar.gz openembedded-core-2c11926528df4459de9c4b6eca3f45c6d3908f06.tar.bz2 openembedded-core-2c11926528df4459de9c4b6eca3f45c6d3908f06.zip |
procps: Move from meta-moblin to meta-lsb
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta-moblin/packages/procps/procps-3.2.7/install.patch')
-rw-r--r-- | meta-moblin/packages/procps/procps-3.2.7/install.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-moblin/packages/procps/procps-3.2.7/install.patch b/meta-moblin/packages/procps/procps-3.2.7/install.patch deleted file mode 100644 index 9f1ef6915d..0000000000 --- a/meta-moblin/packages/procps/procps-3.2.7/install.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- 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 |