From f8cb017d8b603428c535361089e5c7400db41681 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Tue, 26 Mar 2013 16:10:10 +0100 Subject: [PATCH] task-pandora-core.bb: Readded wireless (accidentally removed it) --- recipes/tasks/task-pandora-core.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/tasks/task-pandora-core.bb b/recipes/tasks/task-pandora-core.bb index b6dc3f7..fbfc521 100755 --- a/recipes/tasks/task-pandora-core.bb +++ b/recipes/tasks/task-pandora-core.bb @@ -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}" -- 2.39.5