From: Andrei Dinu Date: Tue, 9 Oct 2012 13:23:26 +0000 (+0300) Subject: bitbake: hob-toolchain: task-core-standalone-sdk-target renamed to packagegroup-core... X-Git-Tag: rev_ivi_2015_02_04~15218 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e08cea6f7ccb2983461f237a86b296dd66a10937;p=scm%2Fbb%2Ftizen-distro.git bitbake: 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. (Bitbake rev: 4cd0200e96fb282980a945b80af641a6e022e0b4) Signed-off-by: Andrei Dinu Signed-off-by: Richard Purdie --- 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):