From 6fa924423f8580d1c6f5d07a85fa2eda1c298596 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Thu, 3 Jun 2010 19:15:29 +0100 Subject: [PATCH] task-pandora-xfce: Add missing Python libs to the Xfce image task. --- recipes/tasks/task-pandora-xfce.bb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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} \ -- 2.39.5