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
This commit is contained in:
Marcin Juszkiewicz 2007-06-28 12:50:19 +00:00
parent dd9005535d
commit 09554c1397
2 changed files with 3 additions and 2 deletions

View 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)} \

View 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"