]> 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, 15 Jun 2018 10:37:46 +0000 (11:37 +0100)
commit5b9af58be9194233a05a10c3e5b5efd053cc28d2
treef39becd8f8b3db8f088142f8e81adbd00a25c309
parenta2f8f3d3ed92898c71c68dbfe27523e77e604af9
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.

(From OE-Core rev: 72d62c9af07bf34bb8fbb3958742eb592985acc2)

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/python/python3-native_3.5.5.bb
meta/recipes-devtools/python/python3/regen-all.patch [new file with mode: 0644]