[oe-commits] Koen Kooi : gpsd: move gpsd-conf to RRECOMMENDS since it' s machine specific and not really needed on most machines

git version control git at git.openembedded.org
Mon Jan 4 09:13:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cbfc3ec5d370f24efa046970438e88855c8bac6d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cbfc3ec5d370f24efa046970438e88855c8bac6d

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jan  3 21:10:33 2010 +0100

gpsd: move gpsd-conf to RRECOMMENDS since it's machine specific and not really needed on most machines

---

 recipes/gpsd/gpsd.inc     |    3 ++-
 recipes/gpsd/gpsd_2.38.bb |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/gpsd/gpsd.inc b/recipes/gpsd/gpsd.inc
index 0bd2b20..a917fbe 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 fb7f57d..06a5fe7 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 = ""





More information about the Openembedded-commits mailing list