From e7a5b556c9b67c3afae153c9c8a902d049922450 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Thu, 16 Feb 2012 23:45:23 +0200 Subject: [PATCH] task-pandora-xfce.bb: Add DSP stuff --- recipes/tasks/task-pandora-xfce.bb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes/tasks/task-pandora-xfce.bb b/recipes/tasks/task-pandora-xfce.bb index def9823..c83aecb 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 = "r63" +PR = "r64" inherit task @@ -280,6 +280,13 @@ ADD_LIBS = " \ rtl8192u-module \ " +DSP = " \ + ti-dsplink \ + ti-linuxutils \ + ti-codec-engine \ + ti-codecs-omap3530 \ +" + RDEPENDS_${PN} = " \ task-pandora-core \ angstrom-x11-base-depends \ @@ -306,6 +313,7 @@ RDEPENDS_${PN} = " \ ${XFCE46_EXTRAS} \ ${XFCE_THEMES} \ ${ADD_LIBS} \ + ${DSP} \ \ rxvt-unicode \ # xst \ -- 2.39.2