[oe-commits] Martin Jansa : gpsd: add libgpsd package

git version control git at git.openembedded.org
Tue Jun 8 21:17:02 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jun  8 22:59:05 2010 +0200

gpsd: add libgpsd package

* libgpsd was added in gpsd-2.94 and because it was packaged together with libgps.so.19 without LEAD_SONAME
  the resulting package was renamed from libgps19 to libgps (with debian naming)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/gpsd/gpsd.inc |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes/gpsd/gpsd.inc b/recipes/gpsd/gpsd.inc
index f2fdb4c..fbb867c 100644
--- a/recipes/gpsd/gpsd.inc
+++ b/recipes/gpsd/gpsd.inc
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 LICENSE = "GPL"
 DEPENDS = "dbus-glib ncurses python"
 PROVIDES = "virtual/gpsd"
-INC_PR = "r6"
+INC_PR = "r7"
 
 EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
                 --x-libraries=${STAGING_LIBDIR} \
@@ -60,7 +60,7 @@ pkg_postrm_${PN}-conf() {
 	update-alternatives --remove gpsd-defaults ${sysconfdir}/default/gpsd.default	
 }
 
-PACKAGES =+ "libgps python-pygps-dbg python-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils"
+PACKAGES =+ "libgps libgpsd python-pygps-dbg python-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils"
 
 FILES_python-pygps-dbg += " ${libdir}/python*/site-packages/gps/.debug"
 
@@ -71,8 +71,11 @@ DESCRIPTION_gpsd-udev = "udev relevant files to use gpsd hotplugging"
 FILES_gpsd-udev = "${base_libdir}/* ${sysconfdir}/udev/*"
 RDEPENDS_gpsd-udev += "udev gpsd-conf"
 
+DESCRIPTION_libgpsd = "C service library used for communicating with gpsd"
+FILES_libgpsd = "${libdir}/libgpsd.so.*"
+
 DESCRIPTION_libgps = "C service library used for communicating with gpsd"
-FILES_libgps = "${libdir}/*.so.*"
+FILES_libgps = "${libdir}/libgps.so.*"
 
 DESCRIPTION_gpsd-conf = "gpsd configuration files and init scripts" 
 FILES_gpsd-conf = "${sysconfdir}"





More information about the Openembedded-commits mailing list