summaryrefslogtreecommitdiffstats
path: root/recipes/gpsd/gpsd_2.90.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.90.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.90.bb')
-rw-r--r--recipes/gpsd/gpsd_2.90.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/gpsd/gpsd_2.90.bb b/recipes/gpsd/gpsd_2.90.bb
index 25c739b7a8..69cd9bacc6 100644
--- a/recipes/gpsd/gpsd_2.90.bb
+++ b/recipes/gpsd/gpsd_2.90.bb
@@ -7,3 +7,8 @@ SRC_URI[gpsd.sha256sum] = "8c81461266fc95aae6519ec996d7e4f4801fb5a02dbcc7a5d1c13
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/
+}