task-pandora-xfce.bb: Fixed dependencies
authorMichael Mrozek <EvilDragon@openpandora.org>
Tue, 26 Mar 2013 15:17:52 +0000 (16:17 +0100)
committerMichael Mrozek <EvilDragon@openpandora.org>
Tue, 26 Mar 2013 15:17:52 +0000 (16:17 +0100)
recipes/tasks/task-pandora-xfce.bb

index 0bbb03e..f623a72 100755 (executable)
@@ -2,17 +2,15 @@ DESCRIPTION = "Task file for the XFCE Pandora image incl. Wifi"
 
 # Don't forget to bump the PR if you change it.
 
 
 # Don't forget to bump the PR if you change it.
 
-PR = "r73"
+PR = "r74"
 
 inherit task
 
 ANGSTROM_EXTRA_INSTALL ?= ""
 
 
 inherit task
 
 ANGSTROM_EXTRA_INSTALL ?= ""
 
-PANDORA = " \
+RDEPENDS_${PN} = " \
+  task-pandora-core \
   pandora-task-xfce-nowifi \
   pandora-scripts-wifi \
   pandora-configtray-wifi \
 "
   pandora-task-xfce-nowifi \
   pandora-scripts-wifi \
   pandora-configtray-wifi \
 "
-RDEPENDS_${PN} = " \
-  task-pandora-core \
-"