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 | |
| 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
| -rw-r--r-- | meta/classes/poky-image.bbclass | 1 | ||||
| -rw-r--r-- | meta/packages/tasks/task-base.bb | 4 |
2 files changed, 2 insertions, 3 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)} \ |
diff --git a/meta/packages/tasks/task-base.bb b/meta/packages/tasks/task-base.bb index fe77116b2c..adde754f9f 100644 --- a/meta/packages/tasks/task-base.bb +++ b/meta/packages/tasks/task-base.bb | |||
| @@ -3,9 +3,9 @@ | |||
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" | 5 | DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" |
| 6 | PR = "r8" | 6 | PR = "r9" |
| 7 | 7 | ||
| 8 | PACKAGES = "task-base" | 8 | PACKAGES = "task-base task-base-dbg" |
| 9 | 9 | ||
| 10 | ALLOW_EMPTY = "1" | 10 | ALLOW_EMPTY = "1" |
| 11 | 11 | ||
