diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-08-27 21:14:56 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-08-28 00:13:48 +0200 |
commit | d14d8ca807477e72f422208281a0fb5d8224a261 (patch) | |
tree | 189f9002b8077f046241f3bcc5348d3c25e23995 /recipes | |
parent | 12ac96f04739c9fc23047102c9e3fabd1da5c365 (diff) |
gpsd: add htcdream config and bump PR of gpsd.inc
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gpsd/files/htcdream/gpsd-default | 3 | ||||
-rw-r--r-- | recipes/gpsd/gpsd.inc | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes/gpsd/files/htcdream/gpsd-default b/recipes/gpsd/files/htcdream/gpsd-default new file mode 100644 index 0000000000..d4dfd07272 --- /dev/null +++ b/recipes/gpsd/files/htcdream/gpsd-default @@ -0,0 +1,3 @@ +# If you must specify a non-NMEA driver, uncomment and modify the next line +#GPSD_OPTS= +GPS_DEV="/dev/smd27" diff --git a/recipes/gpsd/gpsd.inc b/recipes/gpsd/gpsd.inc index 778afa567e..63d6433fd8 100644 --- a/recipes/gpsd/gpsd.inc +++ b/recipes/gpsd/gpsd.inc @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "dbus-glib ncurses python" PROVIDES = "virtual/gpsd" -INC_PR = "r8" +INC_PR = "r9" EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \ --x-libraries=${STAGING_LIBDIR} \ |