aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpsd/gpsd_2.91.bb
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-09-01 16:08:26 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-01 20:57:08 -0700
commit1d48a1c15d20e40e3479d7b09dc3ef1325a9f7ea (patch)
tree984c63024f196c2494952ab28f48407a2a66efc6 /recipes/gpsd/gpsd_2.91.bb
parent0f08f4a52c7db1514941c3925933d990767e8e85 (diff)
downloadopenembedded-1d48a1c15d20e40e3479d7b09dc3ef1325a9f7ea.tar.gz
gpsd: unbreak gpsd_2.38.bb and gpsd_2.39.bb
The older recipe(s) are needed for programs which have not updated to gpsd's newer api. e.g. prismstumbler. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gpsd/gpsd_2.91.bb')
-rw-r--r--recipes/gpsd/gpsd_2.91.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/gpsd/gpsd_2.91.bb b/recipes/gpsd/gpsd_2.91.bb
index 7c575cb2b2..2c964ca027 100644
--- a/recipes/gpsd/gpsd_2.91.bb
+++ b/recipes/gpsd/gpsd_2.91.bb
@@ -8,3 +8,8 @@ SRC_URI[gpsd.sha256sum] = "02ee0f0a86a3c74fe807ea0a3fce908cb94dd7ff3afcef0b1fb66
PR = "${INC_PR}.0"
PARALLEL_MAKE = ""
+
+do_install_append() {
+ install -d ${D}${base_libdir}/udev/
+ install -m 0755 ${S}/gpsd.hotplug.wrapper ${D}${base_libdir}/udev/
+}