gpsd: move gpsd-conf to RRECOMMENDS since it's machine specific and not really needed...
authorKoen Kooi <koen@openembedded.org>
Sun, 3 Jan 2010 20:10:33 +0000 (21:10 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 4 Jan 2010 09:12:25 +0000 (10:12 +0100)
recipes/gpsd/gpsd.inc
recipes/gpsd/gpsd_2.38.bb

index 0bd2b20..a917fbe 100644 (file)
@@ -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}"
index fb7f57d..06a5fe7 100644 (file)
@@ -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 = ""