summaryrefslogtreecommitdiffstats
path: root/recipes/gpsd
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-15 17:00:10 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-15 17:00:10 +0200
commitb7b9e9109a4fe3d435b638cfdc25f241013b7403 (patch)
tree5d2e766b852fd3ebe3660dcb3f2ed120198ef4ca /recipes/gpsd
parenta25f07ca6159e1cd5b8a215ca5da8405fb1b9053 (diff)
downloadopenembedded-b7b9e9109a4fe3d435b638cfdc25f241013b7403.tar.gz
gpsd: fix dbg packaging
Diffstat (limited to 'recipes/gpsd')
-rw-r--r--recipes/gpsd/gpsd.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/gpsd/gpsd.inc b/recipes/gpsd/gpsd.inc
index 536e20b5c9..5c55e3ff1f 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 = "r4"
+INC_PR = "r5"
EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
--x-libraries=${STAGING_LIBDIR} \
@@ -60,7 +60,9 @@ pkg_postrm_${PN}-conf() {
update-alternatives --remove gpsd-defaults ${sysconfdir}/default/gpsd.default
}
-PACKAGES =+ "libgps python-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils"
+PACKAGES =+ "libgps python-pygps-dbg python-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils"
+
+FILES_python-pygps-dbg += " ${libdir}/python*/site-packages/gps/.debug"
RDEPENDS_${PN} = "gpsd-gpsctl"
RRECOMMENDS_${PN} = "gpsd-conf gpsd-udev"