summaryrefslogtreecommitdiffstats
path: root/recipes/gpsd
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpsd')
-rw-r--r--recipes/gpsd/gpsd.inc3
-rw-r--r--recipes/gpsd/gpsd_2.38.bb2
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes/gpsd/gpsd.inc b/recipes/gpsd/gpsd.inc
index 0bd2b207f5..a917fbea11 100644
--- a/recipes/gpsd/gpsd.inc
+++ b/recipes/gpsd/gpsd.inc
@@ -69,7 +69,8 @@ PACKAGES =+ "libgps python-pygps gpsd-conf gpsd-gpsctl gps-utils"
PACKAGE_ARCH_gpsd-conf = "${MACHINE_ARCH}"
-RDEPENDS_${PN} = "gpsd-conf gpsd-gpsctl"
+RDEPENDS_${PN} = "gpsd-gpsctl"
+RRECOMMENDS_${PN} = "gpsd-conf"
FILES_libgps = "${libdir}/*.so.*"
FILES_gpsd-conf = "${sysconfdir}"
diff --git a/recipes/gpsd/gpsd_2.38.bb b/recipes/gpsd/gpsd_2.38.bb
index fb7f57d980..06a5fe71a0 100644
--- a/recipes/gpsd/gpsd_2.38.bb
+++ b/recipes/gpsd/gpsd_2.38.bb
@@ -1,5 +1,5 @@
require gpsd.inc
-PR = "r1"
+PR = "r2"
# make attempts to link gpspacket.so without waiting for all compiler tasks:
PARALLEL_MAKE = ""