aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpsd/gpsd.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-03 21:10:33 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-04 10:12:25 +0100
commitcbfc3ec5d370f24efa046970438e88855c8bac6d (patch)
tree4d1f8866ca10b2381392237aa76792263917bdc5 /recipes/gpsd/gpsd.inc
parent3aaa12394e7867816c0fe344704319cbc51d4199 (diff)
downloadopenembedded-cbfc3ec5d370f24efa046970438e88855c8bac6d.tar.gz
gpsd: move gpsd-conf to RRECOMMENDS since it's machine specific and not really needed on most machines
Diffstat (limited to 'recipes/gpsd/gpsd.inc')
-rw-r--r--recipes/gpsd/gpsd.inc3
1 files changed, 2 insertions, 1 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}"