Added new base-packages:
authorMichael Mrozek <EvilDragon@openpandora.de>
Sat, 14 Aug 2010 21:49:53 +0000 (23:49 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Sat, 14 Aug 2010 21:49:53 +0000 (23:49 +0200)
libqtopengl4, qt4-plugin-phonon-backend-gstreamer, libaudiofile0,
python-misc, python-modules

recipes/tasks/task-pandora-core.bb
recipes/tasks/task-pandora-xfce.bb

index c966385..b2f876a 100755 (executable)
@@ -5,7 +5,7 @@ DESCRIPTION = "Task file for default core/console apps and libs in the Pandora i
 
 # Don't forget to bump the PR if you change it.
 
-PR = "r32"
+PR = "r33"
 
 inherit task 
 
@@ -48,7 +48,8 @@ MEDIA_LIBS = " \
   faad2 \
   mikmod \
   speex \  
-  flac \  
+  flac \ 
+  libaudiofile0 \
 "
 OPENGLES = " \
   omap3-sgx-modules devmem2 \
@@ -139,6 +140,8 @@ RDEPENDS_${PN} = "\
   ${UTIL_LINUX_NG_EXTRAS} \
 #        packagekit \
   python-pygame \
+  python-misc \
+  python-modules \
   alsa-utils alsa-utils-alsactl alsa-utils-alsamixer alsa-utils-aplay \
   rdesktop \
   \
index d1bcf2f..f5ec0fd 100755 (executable)
@@ -2,7 +2,7 @@ DESCRIPTION = "Task file for the XFCE Pandora image"
 
 # Don't forget to bump the PR if you change it.
 
-PR = "r33"
+PR = "r34"
 
 inherit task
 
@@ -87,6 +87,7 @@ GSTREAMER = " \
 #  gst-plugins-bad-meta \
 #  gst-plugins-ugly-meta \
   gst-plugin-gles \
+  qt4-plugin-phonon-backend-gstreamer \
 "
 
 ICON_THEME = " \
@@ -146,6 +147,7 @@ QT_SUPPORT = " \
   ${QT_SELECTED} \
   qt4-plugin-imageformat-jpeg \
   qt4-plugin-imageformat-gif \
+  libqtopengl4 \
 "
 
 # We want all of the Qt metapackage (for dev use) without the demos/examples.