diff options
author | Michael Lippautz <michael.lippautz@gmail.com> | 2010-05-19 14:24:19 +0200 |
---|---|---|
committer | Michael Lippautz <michael.lippautz@gmail.com> | 2010-05-19 14:25:32 +0200 |
commit | 4f15295e5b226725e7844f0a3bb741e97846d65d (patch) | |
tree | 030d796a3637308fca54840e069b2187fedcb6de /recipes/gpsd/gpsd.inc | |
parent | e92042a4e03b0d40dab3886867340059e6fafcb3 (diff) |
gpsd: Add version 2.94
* Makes python-pygps usable again (2.91 lacks bindings)
Diffstat (limited to 'recipes/gpsd/gpsd.inc')
-rw-r--r-- | recipes/gpsd/gpsd.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gpsd/gpsd.inc b/recipes/gpsd/gpsd.inc index 5c55e3ff1f..f2fdb4c07e 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 = "r5" +INC_PR = "r6" EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \ --x-libraries=${STAGING_LIBDIR} \ @@ -86,5 +86,5 @@ RDEPENDS_gps-utils = "python-pygps" DESCRIPTION_python-pygps = "Python bindings to gpsd" FILES_python-pygps = "${PYTHON_SITEPACKAGES_DIR}/*" -RDEPENDS_python-pygps = "python-core python-curses gpsd" +RDEPENDS_python-pygps = "python-core python-curses gpsd python-json" |