From: Michael Mrozek Date: Tue, 3 Jul 2012 08:52:18 +0000 (+0200) Subject: op_touchinit.sh: Fixed typo. X-Git-Tag: sz_152~40 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e3e26c29efd3428d19cdef43616acc95f45fc56;p=openpandora.oe.git op_touchinit.sh: Fixed typo. --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index fc98337..9dfdb7c 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r108" +PR = "r109" SRC_URI = " \ file://op_paths.sh \ diff --git a/recipes/pandora-system/pandora-scripts/op_touchinit.sh b/recipes/pandora-system/pandora-scripts/op_touchinit.sh index ca57a50..ce1786c 100644 --- a/recipes/pandora-system/pandora-scripts/op_touchinit.sh +++ b/recipes/pandora-system/pandora-scripts/op_touchinit.sh @@ -1,3 +1,3 @@ #!/bin/bash rmmod ads7846 -modprobe ads7848 \ No newline at end of file +modprobe ads7846 \ No newline at end of file