]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-base: we want task-base-dev too
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 28 Jun 2007 12:50:19 +0000 (12:50 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 28 Jun 2007 12:50:19 +0000 (12:50 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2042 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/poky-image.bbclass
meta/packages/tasks/task-base.bb

index 3170011be996be319f5a8278141ea3aee6efd4cf..aaeaee7ea65ea2bd0d44aa96673c9966d77fa509 100644 (file)
@@ -25,6 +25,7 @@
 
 DISTRO_TASKS += '\
     ${@base_contains("IMAGE_FEATURES", "dbg-pkgs", "task-poky-boot-dbg task-base-dbg", "",d)} \
+    ${@base_contains("IMAGE_FEATURES", "dev-pkgs", "task-poky-boot-dev task-base-dev", "",d)} \
     \
     ${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-poky-apps-console", "",d)} \
     ${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dbg-pkgs"], "task-poky-apps-console-dbg", "",d)} \
index adde754f9fa6f7321c2303dc13f383aa749a6caf..977daefbc7bf9a0324cbf6fe0227892364cb5f06 100644 (file)
@@ -3,9 +3,9 @@
 #
 
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r9"
+PR = "r10"
 
-PACKAGES = "task-base task-base-dbg"
+PACKAGES = "task-base task-base-dbg task-base-dev"
 
 ALLOW_EMPTY = "1"