task-pandora-core.bb: Readded wireless (accidentally removed it)
authorMichael Mrozek <EvilDragon@openpandora.org>
Tue, 26 Mar 2013 15:10:10 +0000 (16:10 +0100)
committerMichael Mrozek <EvilDragon@openpandora.org>
Tue, 26 Mar 2013 15:10:10 +0000 (16:10 +0100)
recipes/tasks/task-pandora-core.bb

index b6dc3f7..fbfc521 100755 (executable)
@@ -5,7 +5,7 @@ DESCRIPTION = "Task file for Pandora core/console image (with Wifi)"
 
 # Don't forget to bump the PR if you change it.
 
-PR = "r39"
+PR = "r40"
 
 inherit task 
 
@@ -16,6 +16,7 @@ WIRELESS = " \
   
 RDEPENDS_${PN} = "\
   task-pandora-core-nowifi \
+  ${WIRELESS} \
 "
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"