From cd7cb5fbf40adfeced155395f9381e8dce6565f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Tue, 27 Feb 2018 13:41:53 +0100 Subject: [PATCH] depot_deploy: update blueprint pkg path We need to update the blueprint pkg path as well in case the start node is changed. Otherwise the query tool will keep using the initially configured pkg path. --- repos/gems/src/app/depot_deploy/child.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repos/gems/src/app/depot_deploy/child.h b/repos/gems/src/app/depot_deploy/child.h index 03d18ff1f5..5ded2a595b 100644 --- a/repos/gems/src/app/depot_deploy/child.h +++ b/repos/gems/src/app/depot_deploy/child.h @@ -125,6 +125,8 @@ class Depot_deploy::Child : public List_model::Element if (pkg != _config_pkg_path()) _pkg_xml.destruct(); + _blueprint_pkg_path = pkg; + /* import new start node */ _start_xml.construct(_alloc, start_node);