From 4cd0200e96fb282980a945b80af641a6e022e0b4 Mon Sep 17 00:00:00 2001 From: Andrei Dinu Date: Tue, 9 Oct 2012 16:23:26 +0300 Subject: hob-toolchain: task-core-standalone-sdk-target renamed to packagegroup-core-standalone-sdk-target This change also applies to task-core-standalone-sdk-target-dbg and resolves build failures caused by the missing packages. Signed-off-by: Andrei Dinu Signed-off-by: Richard Purdie --- lib/bb/ui/crumbs/hoblistmodel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bb/ui/crumbs/hoblistmodel.py b/lib/bb/ui/crumbs/hoblistmodel.py index 388531975..f4ccbc3ae 100644 --- a/lib/bb/ui/crumbs/hoblistmodel.py +++ b/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): -- cgit 1.2.3-korg