mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +00:00
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:
@@ -28,4 +28,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
|||||||
mplayer-common \
|
mplayer-common \
|
||||||
task-x11-server \
|
task-x11-server \
|
||||||
fbset-modes \
|
fbset-modes \
|
||||||
|
gpsd-machine-conf \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -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/*"
|
||||||
|
|||||||
Reference in New Issue
Block a user