diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-28 12:50:19 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-28 12:50:19 +0000 |
| commit | 09554c1397902176d16fa26c750263f83aeda284 (patch) | |
| tree | 6c1f8c7371a063d6788779de204ee6d4c606bff2 | |
| parent | dd9005535d2fbeef926e2fba2fec0d49daee4ddf (diff) | |
| download | poky-09554c1397902176d16fa26c750263f83aeda284.tar.gz | |
task-base: we want task-base-dev too
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2042 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, 3 insertions, 2 deletions
diff --git a/meta/classes/poky-image.bbclass b/meta/classes/poky-image.bbclass index 3170011be9..aaeaee7ea6 100644 --- a/meta/classes/poky-image.bbclass +++ b/meta/classes/poky-image.bbclass | |||
| @@ -25,6 +25,7 @@ | |||
| 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)} \ | ||
| 28 | \ | 29 | \ |
| 29 | ${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-poky-apps-console", "",d)} \ | 30 | ${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-poky-apps-console", "",d)} \ |
| 30 | ${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dbg-pkgs"], "task-poky-apps-console-dbg", "",d)} \ | 31 | ${@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 adde754f9f..977daefbc7 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 = "r9" | 6 | PR = "r10" |
| 7 | 7 | ||
| 8 | PACKAGES = "task-base task-base-dbg" | 8 | PACKAGES = "task-base task-base-dbg task-base-dev" |
| 9 | 9 | ||
| 10 | ALLOW_EMPTY = "1" | 10 | ALLOW_EMPTY = "1" |
| 11 | 11 | ||
