From cd7d8500af9da149da7fc7b47650a0cf8aab1392 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Thu, 14 Mar 2013 15:50:34 +0100 Subject: [PATCH] pandora-scripts.bb: Fixed led.conf (was using wrong file) + bump --- recipes/pandora-system/pandora-scripts.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index f32c57f..d53f472 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 = "r133" +PR = "r134" SRC_URI = " \ file://op_paths.sh \ @@ -180,7 +180,7 @@ do_install() { install -d ${D}${sysconfdir}/pandora/conf/ install -m 0644 ${WORKDIR}/gui.conf ${D}${sysconfdir}/pandora/conf/gui.conf - install -m 0644 ${WORKDIR}/gui.conf ${D}${sysconfdir}/pandora/conf/led.conf + install -m 0644 ${WORKDIR}/led.conf ${D}${sysconfdir}/pandora/conf/led.conf install -m 0644 ${WORKDIR}/cpu.conf ${D}${sysconfdir}/pandora/conf/cpu.conf install -m 0644 ${WORKDIR}/gamma.conf ${D}${sysconfdir}/pandora/conf/gamma.conf install -m 0644 ${WORKDIR}/service.conf ${D}${sysconfdir}/pandora/conf/service.conf -- 2.39.2