From: Michael Mrozek Date: Fri, 4 Jun 2010 21:44:13 +0000 (+0200) Subject: sudoers: 50_openpandora: Added Bluetooth script (otherwise it can't disable BT properly) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=452a37727c59515bf264f83081f76d3f78cab1d2;p=openpandora.oe.git sudoers: 50_openpandora: Added Bluetooth script (otherwise it can't disable BT properly) --- diff --git a/recipes/pandora-system/pandora-sudoers.bb b/recipes/pandora-system/pandora-sudoers.bb index e7029c2..5f711a7 100644 --- a/recipes/pandora-system/pandora-sudoers.bb +++ b/recipes/pandora-system/pandora-sudoers.bb @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "sudo" -PR = "r4" +PR = "r5" SRC_URI = " \ file://50_openpandora \ diff --git a/recipes/pandora-system/pandora-sudoers/50_openpandora b/recipes/pandora-system/pandora-sudoers/50_openpandora index 415cadd..4557371 100755 --- a/recipes/pandora-system/pandora-sudoers/50_openpandora +++ b/recipes/pandora-system/pandora-sudoers/50_openpandora @@ -20,3 +20,4 @@ %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_wifi.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_lcdsettings.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_nubmode.sh +%wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_bluetooth.sh