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:01:01 +0000 |
commit | 417f8c87e2b71e1d4744740eeec1f795e8a244f2 (patch) | |
tree | e861a25b8753e17616aff85f1d35662927f61228 /meta/recipes-graphics/xorg-lib | |
parent | b8a3fb2f638c63d357a2fd326308350cacbf503a (diff) | |
download | poky-417f8c87e2b71e1d4744740eeec1f795e8a244f2.tar.gz |
libxcb: don't disable parallel building
Several test builds later and there were no failures, so this appears to have
been fixed upstream.
(From OE-Core rev: 23915fe83431874b2488009ee2a88d6104568fd6)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-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" | |||
10 | SECTION = "x11/libs" | 10 | SECTION = "x11/libs" |
11 | LICENSE = "MIT-X" | 11 | LICENSE = "MIT-X" |
12 | 12 | ||
13 | PARALLEL_MAKE = "" | ||
14 | DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native libpthread-stubs" | 13 | DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native libpthread-stubs" |
15 | 14 | ||
16 | SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \ | 15 | SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \ |