diff options
author | Ross Burton <ross.burton@intel.com> | 2013-12-23 15:10:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 13:00:02 +0000 |
commit | 23915fe83431874b2488009ee2a88d6104568fd6 (patch) | |
tree | 9a73531b0e5c80a1c38c3c402cd591c2837d123b /meta/recipes-graphics | |
parent | 25436b6813b6245faeb981cf93a0c32b871dd8d3 (diff) | |
download | openembedded-core-23915fe83431874b2488009ee2a88d6104568fd6.tar.gz openembedded-core-23915fe83431874b2488009ee2a88d6104568fd6.tar.bz2 openembedded-core-23915fe83431874b2488009ee2a88d6104568fd6.zip |
libxcb: don't disable parallel building
Several test builds later and there were no failures, so this appears to have
been fixed upstream.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb.inc b/meta/recipes-graphics/xorg-lib/libxcb.inc index 7f9b0af66c..d75b26b652 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb.inc +++ b/meta/recipes-graphics/xorg-lib/libxcb.inc @@ -10,7 +10,6 @@ BBCLASSEXTEND = "native nativesdk" SECTION = "x11/libs" LICENSE = "MIT-X" -PARALLEL_MAKE = "" DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native libpthread-stubs" SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \ |