]> 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>
Thu, 3 May 2018 09:03:26 +0000 (10:03 +0100)
commit9b3f7d4e1801f0da95646074d76cc11f5f91c472
tree3b3d9598f2b08096f8f3ff30084d2d9bb2109204
parenta57bd44915f4900c9ea936497add302e95a4a08c
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]