diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-28 11:53:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-28 11:53:51 +0000 |
commit | 4cf1c6387985d64ae853228952dadc6a8fec3d5c (patch) | |
tree | 7e83dbd141cd90e5cf1b1c25de863bfedcc90909 /meta/classes | |
parent | d9ab253cbd65630ffd98029ca9a3d813d7015652 (diff) | |
download | poky-4cf1c6387985d64ae853228952dadc6a8fec3d5c.tar.gz |
task-base: we want task-base-dbg and no need for task-base-dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2040 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/poky-image.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/poky-image.bbclass b/meta/classes/poky-image.bbclass index aaeaee7ea6..3170011be9 100644 --- a/meta/classes/poky-image.bbclass +++ b/meta/classes/poky-image.bbclass | |||
@@ -25,7 +25,6 @@ | |||
25 | 25 | ||
26 | DISTRO_TASKS += '\ | 26 | DISTRO_TASKS += '\ |
27 | ${@base_contains("IMAGE_FEATURES", "dbg-pkgs", "task-poky-boot-dbg task-base-dbg", "",d)} \ | 27 | ${@base_contains("IMAGE_FEATURES", "dbg-pkgs", "task-poky-boot-dbg task-base-dbg", "",d)} \ |
28 | ${@base_contains("IMAGE_FEATURES", "dev-pkgs", "task-poky-boot-dev task-base-dev", "",d)} \ | ||
29 | \ | 28 | \ |
30 | ${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-poky-apps-console", "",d)} \ | 29 | ${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-poky-apps-console", "",d)} \ |
31 | ${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dbg-pkgs"], "task-poky-apps-console-dbg", "",d)} \ | 30 | ${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dbg-pkgs"], "task-poky-apps-console-dbg", "",d)} \ |