On Tue, Nov 14, 2023 at 3:42 PM Markus Volk <[email protected]> wrote:
>
> Signed-off-by: Markus Volk <[email protected]>
> ---
> meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb
> b/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb
> index 0370ae79d..4dfb5f612 100644
> --- a/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb
> +++ b/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb
> @@ -20,6 +20,10 @@ EXTRA_OECONF += " \
> PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf',
> 'avahi', '', d)}"
> PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
>
> +do_compile() {
> + oe_runmake -j1
to disable parallelism we should do
PARALLEL_MAKE = ""
However, I was hoping to find the root cause for the problem.
> +}
> +
> FILES:${PN} += "${datadir}"
> FILES:${PN}-dev += "${datadir}/ppdc"
>
> --
> 2.42.0
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#106730):
https://lists.openembedded.org/g/openembedded-devel/message/106730
Mute This Topic: https://lists.openembedded.org/mt/102595472/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-