From 7e3e26c29efd3428d19cdef43616acc95f45fc56 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Tue, 3 Jul 2012 10:52:18 +0200 Subject: [PATCH] op_touchinit.sh: Fixed typo. --- recipes/pandora-system/pandora-scripts.bb | 2 +- recipes/pandora-system/pandora-scripts/op_touchinit.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2