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-14 22:26:10 +0000 |
commit | 2f7ae00803bec32dabb75ece86b6d4a858e512d1 (patch) | |
tree | 1f753c45e34c95f19f80b65f8ef29290cc3b7c3b /meta/recipes-bsp/pcmciautils/pcmciautils.inc | |
parent | 065f4034698caaaab9c8076d3c7e4ebafb8a9353 (diff) | |
download | openembedded-core-2f7ae00803bec32dabb75ece86b6d4a858e512d1.tar.gz openembedded-core-2f7ae00803bec32dabb75ece86b6d4a858e512d1.tar.bz2 openembedded-core-2f7ae00803bec32dabb75ece86b6d4a858e512d1.zip |
pcmciautils: fix and enable parallel build
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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}" CFLAGS =+ "-I${S}/src" CFLAGS =+ "-DPCMCIAUTILS_VERSION=\\"${PV}\\"" -PARALLEL_MAKE = "" EXTRA_OEMAKE = "-e 'STRIP=echo' 'LIB_OBJS=-lc -lsysfs' 'LEX=flex'" do_install () { |