gpsd: add gpsd-machine-conf to RRECOMMENDS

* it could be something machine specific (config + hoooks) and we don't want gpsd sstate checksum depending on MACHINE var
* gpsd-machine-conf itself is using u-a to select right config

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-08-28 14:40:59 +02:00
parent 624dcdc1fd
commit 541bb1970a
2 changed files with 3 additions and 2 deletions

View File

@@ -28,4 +28,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
mplayer-common \ mplayer-common \
task-x11-server \ task-x11-server \
fbset-modes \ fbset-modes \
gpsd-machine-conf \
" "

View File

@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800"
DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-native" DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-native"
PROVIDES = "virtual/gpsd" PROVIDES = "virtual/gpsd"
PR = "r0" PR = "r1"
SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \ file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \
@@ -94,7 +94,7 @@ FILES_gpsd-dev += "${libdir}/pkgconfdir/libgpsd.pc ${libdir}/pkgconfdir/libgps.p
FILES_python-pygps-dbg += " ${libdir}/python*/site-packages/gps/.debug" FILES_python-pygps-dbg += " ${libdir}/python*/site-packages/gps/.debug"
RDEPENDS_${PN} = "gpsd-gpsctl" RDEPENDS_${PN} = "gpsd-gpsctl"
RRECOMMENDS_${PN} = "gpsd-conf gpsd-udev" RRECOMMENDS_${PN} = "gpsd-conf gpsd-udev gpsd-machine-conf"
DESCRIPTION_gpsd-udev = "udev relevant files to use gpsd hotplugging" DESCRIPTION_gpsd-udev = "udev relevant files to use gpsd hotplugging"
FILES_gpsd-udev = "${base_libdir}/udev ${sysconfdir}/udev/*" FILES_gpsd-udev = "${base_libdir}/udev ${sysconfdir}/udev/*"