From: Grazvydas Ignotas Date: Thu, 16 Feb 2012 21:45:23 +0000 (+0200) Subject: task-pandora-xfce.bb: Add DSP stuff X-Git-Tag: sz_beta3~25 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=e7a5b556c9b67c3afae153c9c8a902d049922450 task-pandora-xfce.bb: Add DSP stuff --- 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 \