diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2012-10-09 16:23:26 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-10 15:06:12 +0100 |
commit | cf24179d654c864b7c2c139507c03b7b4d23f5f9 (patch) | |
tree | e6a7c22533be2081277a2ae7a1c8b519d27d8dcc /bitbake/lib | |
parent | 5f531361a3f9a1a684a429a7f837ff43f2c19479 (diff) | |
download | poky-cf24179d654c864b7c2c139507c03b7b4d23f5f9.tar.gz |
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 <andrei.adrianx.dinu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py b/bitbake/lib/bb/ui/crumbs/hoblistmodel.py index 3885319759..f4ccbc3ae6 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): | |||
42 | ()), | 42 | ()), |
43 | } | 43 | } |
44 | 44 | ||
45 | __toolchain_required_packages__ = ["task-core-standalone-sdk-target", "task-core-standalone-sdk-target-dbg"] | 45 | __toolchain_required_packages__ = ["packagegroup-core-standalone-sdk-target", "packagegroup-core-standalone-sdk-target-dbg"] |
46 | 46 | ||
47 | def __init__(self): | 47 | def __init__(self): |
48 | 48 | ||