[oe-commits] Sebastian Spaeth : fsodeviced: fix copy'n paste mistake from ab82b629e73

git version control git at git.openembedded.org
Wed Nov 18 06:33:13 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 21c9f2af48706415e596958dcb9f0e28b580051e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=21c9f2af48706415e596958dcb9f0e28b580051e

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Wed Nov 18 07:33:00 2009 +0100

fsodeviced: fix copy'n paste mistake from ab82b629e73

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 recipes/freesmartphone/fsodeviced_git.bb |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index 01116c2..339ea09 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -6,7 +6,7 @@ RDEPENDS += "libcanberra-alsa"
 RRECOMMENDS += "fso-alsa-data"
 PV = "0.9.0+gitr${SRCPV}"
 PE = "1"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 inherit update-rc.d
 
@@ -20,5 +20,4 @@ do_install_append() {
 	install -m 0755 ${WORKDIR}/fsodeviced ${D}${sysconfdir}/init.d/
 }
 
-FILES_${PN} += "${sysconfdir}/init.d/fsousaged"
-
+FILES_${PN} += "${sysconfdir}/init.d/fsodeviced"





More information about the Openembedded-commits mailing list