diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-02-05 01:48:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:27 +0000 |
commit | eacb5c54cef58f6bc588a0436d810b4d94207e6e (patch) | |
tree | fa60b380a4f0b370ed7a8085e645f42e996e218b /meta/recipes-bsp/pcmciautils/pcmciautils.inc | |
parent | 8d30c2a0b3092e032382b103d9d010837fb75591 (diff) | |
download | poky-eacb5c54cef58f6bc588a0436d810b4d94207e6e.tar.gz |
pcmciautils: fix and enable parallel build
(From OE-Core rev: 2f7ae00803bec32dabb75ece86b6d4a858e512d1)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pcmciautils/pcmciautils.inc')
-rw-r--r-- | meta/recipes-bsp/pcmciautils/pcmciautils.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils.inc b/meta/recipes-bsp/pcmciautils/pcmciautils.inc index 04056e39c6..9d1c55bbad 100644 --- a/meta/recipes-bsp/pcmciautils/pcmciautils.inc +++ b/meta/recipes-bsp/pcmciautils/pcmciautils.inc | |||
@@ -23,7 +23,6 @@ LD = "${CC}" | |||
23 | CFLAGS =+ "-I${S}/src" | 23 | CFLAGS =+ "-I${S}/src" |
24 | CFLAGS =+ "-DPCMCIAUTILS_VERSION=\\"${PV}\\"" | 24 | CFLAGS =+ "-DPCMCIAUTILS_VERSION=\\"${PV}\\"" |
25 | 25 | ||
26 | PARALLEL_MAKE = "" | ||
27 | EXTRA_OEMAKE = "-e 'STRIP=echo' 'LIB_OBJS=-lc -lsysfs' 'LEX=flex'" | 26 | EXTRA_OEMAKE = "-e 'STRIP=echo' 'LIB_OBJS=-lc -lsysfs' 'LEX=flex'" |
28 | 27 | ||
29 | do_install () { | 28 | do_install () { |