mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02: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:
@@ -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 = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user