From: David-John Willis Date: Thu, 3 Jun 2010 18:15:29 +0000 (+0100) Subject: task-pandora-xfce: Add missing Python libs to the Xfce image task. X-Git-Tag: sz_beta3~267 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=6fa924423f8580d1c6f5d07a85fa2eda1c298596 task-pandora-xfce: Add missing Python libs to the Xfce image task. --- diff --git a/recipes/tasks/task-pandora-xfce.bb b/recipes/tasks/task-pandora-xfce.bb index d98c305..adbd387 100755 --- a/recipes/tasks/task-pandora-xfce.bb +++ b/recipes/tasks/task-pandora-xfce.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Task file for the XFCE Pandora image" # Don't forget to bump the PR if you change it. -PR = "r30" +PR = "r31" inherit task @@ -126,6 +126,14 @@ PULSEAUDIO = " \ # libasound-module-pcm-pulse \ " +PYTHON_LIBS = " \ + python-shell \ + python-pygtk \ + python-pycairo \ + gnome-vfs-plugin-http \ + gnome-vfs-plugin-ftp \ +" + QT_SELECTED = " qt4-x11-free \ " # qt4-x11-free" @@ -254,6 +262,7 @@ RDEPENDS_${PN} = " \ ${PANDORA} \ ${PERL} \ ${PULSEAUDIO} \ + ${PYTHON_LIBS} \ ${QT_SUPPORT} \ ${TOTEM} \ ${TOUCHSCREEN} \