mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b8a3fb2f63
commit
417f8c87e2
@@ -10,7 +10,6 @@ BBCLASSEXTEND = "native nativesdk"
|
|||||||
SECTION = "x11/libs"
|
SECTION = "x11/libs"
|
||||||
LICENSE = "MIT-X"
|
LICENSE = "MIT-X"
|
||||||
|
|
||||||
PARALLEL_MAKE = ""
|
|
||||||
DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native libpthread-stubs"
|
DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native libpthread-stubs"
|
||||||
|
|
||||||
SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \
|
SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \
|
||||||
|
|||||||
Reference in New Issue
Block a user