1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

image-swab.bbclass: Account for eglibc -> glibc move

(From OE-Core rev: 9942fe4b36e2a18510cb0805ddb7be71d72a75a2)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2014-08-28 06:11:36 +00:00
committed by Richard Purdie
parent e64efe7e61
commit 4e4e80e4f2
+1 -1
View File
@@ -11,7 +11,7 @@ BB_DEFAULT_TASK = "generate_swabber_report"
# Ideally these should be fixed but as a temporary measure disable parallel # Ideally these should be fixed but as a temporary measure disable parallel
# builds for troublesome recipes # builds for troublesome recipes
PARALLEL_MAKE_pn-openssl = "" PARALLEL_MAKE_pn-openssl = ""
PARALLEL_MAKE_pn-eglibc = "" PARALLEL_MAKE_pn-glibc = ""
PARALLEL_MAKE_pn-glib-2.0 = "" PARALLEL_MAKE_pn-glib-2.0 = ""
PARALLEL_MAKE_pn-libxml2 = "" PARALLEL_MAKE_pn-libxml2 = ""
PARALLEL_MAKE_pn-readline = "" PARALLEL_MAKE_pn-readline = ""