Message ID | 20250324224157.301065-1-yoann.congal@smile.fr |
---|---|
State | Accepted |
Headers | show |
Series | [meta-oe,v2] poke: Fix the reproducibility of installed scripts | expand |
diff --git a/meta-oe/recipes-devtools/poke/poke_4.2.bb b/meta-oe/recipes-devtools/poke/poke_4.2.bb index a31b6605a2..0ae392947e 100644 --- a/meta-oe/recipes-devtools/poke/poke_4.2.bb +++ b/meta-oe/recipes-devtools/poke/poke_4.2.bb @@ -24,5 +24,8 @@ PACKAGECONFIG[mi] = "--enable-mi,--disable-mi,json-c" PACKAGES =+ "${PN}-emacs ${PN}-vim" +# Disable parallel install as it is not supported upstream +PARALLEL_MAKEINST = "-j1" + FILES:${PN}-emacs += "${datadir}/emacs/site-lisp" FILES:${PN}-vim += "${datadir}/vim/vimfiles"