]> code.ossystems Code Review - openembedded-core.git/commit
python3-native: correctly invoke regen-importlib make target
authorJoe Slater <joe.slater@windriver.com>
Mon, 23 Apr 2018 17:21:42 +0000 (10:21 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 May 2018 08:54:59 +0000 (09:54 +0100)
commit72d62c9af07bf34bb8fbb3958742eb592985acc2
treed40585024057558781fcd7940a197df0b86f57b7
parente3a25f06f2cde701415f4130a43c9b3895d42f10
python3-native: correctly invoke regen-importlib make target

Redefiine regen-all in Makefile to invoke regen-importlib after
building other regen- targets.  Change the recipe to not build it
before regen-all.  This avoids trying to build it multiple times,
which can occasionally fail.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3-native_3.5.5.bb
meta/recipes-devtools/python/python3/regen-all.patch [new file with mode: 0644]