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
This commit is contained in:
Marcin Juszkiewicz 2007-06-28 11:53:51 +00:00
parent d9ab253cbd
commit 4cf1c63879
2 changed files with 2 additions and 3 deletions

View File

@ -25,7 +25,6 @@
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 = "r8"
PR = "r9"
PACKAGES = "task-base"
PACKAGES = "task-base task-base-dbg"
ALLOW_EMPTY = "1"