diff options
author | Qing He <qing.he@intel.com> | 2010-11-10 15:57:07 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-11-14 21:07:45 -0800 |
commit | 3155cdeb0dbc8de482bd328af00b82dd012da01e (patch) | |
tree | a0fe683981342119a32e903f42aadf3a7c10c75b /meta/recipes-extended/procps/procps-3.2.8/procps-3.2.8+gmake-3.82.patch | |
parent | 1a76da9a2d2d9db6409313e7a4d90ee040dfb59c (diff) | |
download | poky-3155cdeb0dbc8de482bd328af00b82dd012da01e.tar.gz |
procps: upgrade to version 3.2.8
from 3.2.7
also update license info
[sgw@linux.intel.com: added gmake-3.82 patch to correct location]
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/procps/procps-3.2.8/procps-3.2.8+gmake-3.82.patch')
-rw-r--r-- | meta/recipes-extended/procps/procps-3.2.8/procps-3.2.8+gmake-3.82.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-extended/procps/procps-3.2.8/procps-3.2.8+gmake-3.82.patch b/meta/recipes-extended/procps/procps-3.2.8/procps-3.2.8+gmake-3.82.patch new file mode 100644 index 0000000000..23310e0592 --- /dev/null +++ b/meta/recipes-extended/procps/procps-3.2.8/procps-3.2.8+gmake-3.82.patch | |||
@@ -0,0 +1,17 @@ | |||
1 | Fix for stricter Makefile parser in Make 3.82 take from Gentoo bugzilla: | ||
2 | http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-process/procps/files/procps-3.2.8%2Bgmake-3.82.patch?revision=1.1 | ||
3 | |||
4 | Index: procps-3.2.8/Makefile | ||
5 | =================================================================== | ||
6 | --- procps-3.2.8.orig/Makefile | ||
7 | +++ procps-3.2.8/Makefile | ||
8 | @@ -174,7 +174,8 @@ INSTALL := $(BINFILES) $(MANFILES) | ||
9 | # want this rule first, use := on ALL, and ALL not filled in yet | ||
10 | all: do_all | ||
11 | |||
12 | --include */module.mk | ||
13 | +-include proc/module.mk | ||
14 | +-include ps/module.mk | ||
15 | |||
16 | do_all: $(ALL) | ||
17 | |||