diff options
| -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} \ |
