aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2016-06-29 15:24:35 -0500
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:52 +1200
commit2c6610ce5d18330712603c225af83e93cde8eea4 (patch)
treef49195fdf94ad7f3f7683c6251e0bb1e8be7e48f
parent34be7b80c29c57622b5776da3b8a852eb8c1f563 (diff)
downloadopenembedded-core-contrib-2c6610ce5d18330712603c225af83e93cde8eea4.tar.gz
rrs/tools/rrs_upgrade_history.py: Fix import of split_recipe_fn
split_recipe_fn function was moved to update_layer during python3 upgrade in layerindex. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
-rwxr-xr-xrrs/tools/rrs_upgrade_history.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rrs/tools/rrs_upgrade_history.py b/rrs/tools/rrs_upgrade_history.py
index e133d2f129..4d417c0c84 100755
--- a/rrs/tools/rrs_upgrade_history.py
+++ b/rrs/tools/rrs_upgrade_history.py
@@ -22,7 +22,7 @@ from common import common_setup, update_repo, get_pv_type, load_recipes, \
get_logger
common_setup()
from layerindex import utils, recipeparse
-from layerindex.update import split_recipe_fn
+from layerindex.update_layer import split_recipe_fn
utils.setup_django()
from django.db import transaction