From: Michael Mrozek Date: Tue, 26 Mar 2013 16:50:31 +0000 (+0100) Subject: task-pandora-xfce.bb: Fixed recipe for core X-Git-Tag: sz_154~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=9a13921b267aa330e95865747a3b58d17eff60d1;ds=sidebyside task-pandora-xfce.bb: Fixed recipe for core --- diff --git a/recipes/tasks/task-pandora-xfce.bb b/recipes/tasks/task-pandora-xfce.bb index 987294b..889040f 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 = "r76" +PR = "r77" inherit task @@ -295,7 +295,7 @@ DSP = " \ " RDEPENDS_${PN} = " \ - task-pandora-core-nowifi \ + task-pandora-core \ angstrom-x11-base-depends \ ${ANGSTROM_EXTRA_INSTALL} \ ${APPS} \