diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-29 17:33:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:27 +0000 |
commit | 2d9763a1c8685e9bd3a6b0aa0995eec5112dc4a7 (patch) | |
tree | 4a2775f7b85f23f7ff97366a2b2fbb6eca703cdf /meta/recipes-kernel/blktrace/blktrace_git.bb | |
parent | 7502fa5febdd7a2281d626f7040782fb1f9af59e (diff) | |
download | poky-2d9763a1c8685e9bd3a6b0aa0995eec5112dc4a7.tar.gz |
blktrace: fix and enable parallel build
(From OE-Core rev: 521ec7e979409f213cd98ed6015fdba2fce89243)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/blktrace/blktrace_git.bb')
-rw-r--r-- | meta/recipes-kernel/blktrace/blktrace_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_git.bb index 7a329934b8..29186fc10f 100644 --- a/meta/recipes-kernel/blktrace/blktrace_git.bb +++ b/meta/recipes-kernel/blktrace/blktrace_git.bb | |||
@@ -10,7 +10,9 @@ PR = "r6" | |||
10 | PV = "1.0.5+git${SRCPV}" | 10 | PV = "1.0.5+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://git.kernel.dk/blktrace.git \ | 12 | SRC_URI = "git://git.kernel.dk/blktrace.git \ |
13 | file://ldflags.patch" | 13 | file://ldflags.patch \ |
14 | file://makefile-fix-parallel.patch \ | ||
15 | " | ||
14 | 16 | ||
15 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
16 | 18 | ||
@@ -19,7 +21,6 @@ EXTRA_OEMAKE = "\ | |||
19 | 'CFLAGS=${CFLAGS}' \ | 21 | 'CFLAGS=${CFLAGS}' \ |
20 | 'LDFLAGS=${LDFLAGS}' \ | 22 | 'LDFLAGS=${LDFLAGS}' \ |
21 | " | 23 | " |
22 | PARALLEL_MAKE = "" | ||
23 | 24 | ||
24 | do_install() { | 25 | do_install() { |
25 | oe_runmake ARCH="${ARCH}" prefix=${prefix} \ | 26 | oe_runmake ARCH="${ARCH}" prefix=${prefix} \ |