poky-image.bbclass: Remove DISTRO_TASKS variable and replace with POKY_BASE_INSTALL

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4516 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-05-20 14:56:00 +00:00
parent 95198984df
commit 03c0969ef8
3 changed files with 5 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
IMAGE_INSTALL = "\
${DISTRO_TASKS} \
${POKY_BASE_INSTALL} \
task-poky-clutter-core \
task-poky-clutter-tests \
task-poky-clutter-apps"