summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/gpsd/gpsd_2.96.bb
diff options
context:
space:
mode:
authorJohan Hovold <johan.hovold@lundinova.se>2012-04-18 11:27:01 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-04-18 19:19:26 +0200
commitd96d51e1eb4c086db781eb89b17d3b4ddbac7d13 (patch)
treeb4176ac149b400626c5efa4aaf60f42aaf9a2c7f /meta-oe/recipes-navigation/gpsd/gpsd_2.96.bb
parent41f8ee83ffa3b6e4dae2148894c25df112ae028c (diff)
downloadmeta-openembedded-d96d51e1eb4c086db781eb89b17d3b4ddbac7d13.tar.gz
gpsd: fix gpsd init script
Replace return with exit where appropriate. Current init script uses return outside of functions resulting in warnings such as the following when using bash as interpreter: /etc/init.d/gpsd: line 98: return: can only `return' from a function or sourced script Signed-off-by: Johan Hovold <johan.hovold@lundinova.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-navigation/gpsd/gpsd_2.96.bb')
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_2.96.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_2.96.bb b/meta-oe/recipes-navigation/gpsd/gpsd_2.96.bb
index 927107a84..7e2a96cb1 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_2.96.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_2.96.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800"
5DEPENDS = "dbus-glib ncurses python libusb1" 5DEPENDS = "dbus-glib ncurses python libusb1"
6PROVIDES = "virtual/gpsd" 6PROVIDES = "virtual/gpsd"
7 7
8PR = "r2" 8PR = "r3"
9 9
10EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \ 10EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
11 --x-libraries=${STAGING_LIBDIR} \ 11 --x-libraries=${STAGING_LIBDIR} \