Skip to content

Commit

Permalink
fsl-image-gui: Use new packagegroup packages instead of tasks
Browse files Browse the repository at this point in the history
The tasks where deprecated in Yocto so we should move to use the new
packagegroup packages instead of the old tasks.

Change-Id: Ib2686a00a0c2c56e51d0f7150befd259b132da5e
Signed-off-by: Otavio Salvador <[email protected]>
Acked-by: Daiane Angolini <[email protected]>
  • Loading branch information
otavio committed Sep 25, 2012
1 parent 0da2c38 commit 9ec9168
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes-fsl/images/fsl-image-gui.bb
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ IMAGE_INSTALL += " \
${SOC_IMAGE_INSTALL} \
cpufrequtils \
nano \
task-fsl-gstreamer \
task-fsl-tools-testapps \
task-fsl-tools-benchmark \
task-qt-in-use-demos \
packagegroup-fsl-gstreamer \
packagegroup-fsl-tools-testapps \
packagegroup-fsl-tools-benchmark \
packagegroup-qt-in-use-demos \
qt4-plugin-phonon-backend-gstreamer \
qt4-demos \
qt4-examples \
Expand Down

0 comments on commit 9ec9168

Please sign in to comment.