From: Koen Kooi Date: Sun, 3 Jan 2010 20:10:33 +0000 (+0100) Subject: gpsd: move gpsd-conf to RRECOMMENDS since it's machine specific and not really needed... X-Git-Tag: Release-2010-05/1~1051 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbfc3ec5d370f24efa046970438e88855c8bac6d;p=openembedded.git gpsd: move gpsd-conf to RRECOMMENDS since it's machine specific and not really needed on most machines --- 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 = ""