From f28c97be20b631364fc2030516496373602641ef Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 15 Apr 2010 17:00:10 +0200 Subject: [PATCH] gpsd: fix dbg packaging --- recipes/gpsd/gpsd.inc | 6 ++++-- 1 file 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" -- 2.39.5