From patchwork Tue Oct 9 13:23:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: hob-toolchain: task-core-standalone-sdk-target renamed Date: Tue, 09 Oct 2012 13:23:26 -0000 From: Andrei Dinu X-Patchwork-Id: 38025 Message-Id: <1349789006-9356-1-git-send-email-andrei.adrianx.dinu@intel.com> To: openembedded-core@lists.openembedded.org into packagegroup-core-standalone-sdk-target. this chagnges applies also to task-core-standalone-sdk-target-dbg. Signed-off-by: Andrei Dinu --- bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py index 3885319..f4ccbc3 100644 --- a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py +++ b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py @@ -42,7 +42,7 @@ class PackageListModel(gtk.TreeStore): ()), } - __toolchain_required_packages__ = ["task-core-standalone-sdk-target", "task-core-standalone-sdk-target-dbg"] + __toolchain_required_packages__ = ["packagegroup-core-standalone-sdk-target", "packagegroup-core-standalone-sdk-target-dbg"] def __init__(self):