From 5bbeeedcc1402f48d6dff6c18dbe704ae22fc9af Mon Sep 17 00:00:00 2001 From: aTc Date: Sun, 24 Jun 2012 22:08:28 +0200 Subject: [PATCH] pandora-sudoers.bb: synced with git.openpandora --- recipes-openpandora/pandora-system/pandora-sudoers.bb | 4 ++-- .../pandora-system/pandora-sudoers/50_openpandora | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-openpandora/pandora-system/pandora-sudoers.bb b/recipes-openpandora/pandora-system/pandora-sudoers.bb index 4f5a7df..34de4ee 100644 --- a/recipes-openpandora/pandora-system/pandora-sudoers.bb +++ b/recipes-openpandora/pandora-system/pandora-sudoers.bb @@ -1,12 +1,12 @@ DESCRIPTION = "Custom sudoers files for the OpenPandora." -LICENSE = "GPLV2" +LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "sudo" -PR = "r13" +PR = "r16" SRC_URI = " \ file://LICENSE \ diff --git a/recipes-openpandora/pandora-system/pandora-sudoers/50_openpandora b/recipes-openpandora/pandora-system/pandora-sudoers/50_openpandora index 77e5d4d..baf0ebc 100755 --- a/recipes-openpandora/pandora-system/pandora-sudoers/50_openpandora +++ b/recipes-openpandora/pandora-system/pandora-sudoers/50_openpandora @@ -19,11 +19,13 @@ %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_calibrate.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_datetime.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_wifi.sh +%wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_usbhost.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_lcdsettings.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_cpusettings.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_lcdrate.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_videofir.sh -%wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_nubmode.sh +%wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/reset_nubs.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_storage.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_tvout.sh +%wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_bluetooth_work.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/pnd_run.sh