summaryrefslogtreecommitdiff
path: root/recipes/gpsd
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-11-06 10:15:27 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2009-11-06 10:15:27 +0100
commit44b9190fb62a6a09276c765685cc8ddde9cb201f (patch)
treeac61baa4cf259e02de0ce8f1c7b76b3713f2e257 /recipes/gpsd
parentc994c0a4526e8d7a16fecaceffde4f42ed1f45ff (diff)
parent35cc93da885ac6d438da6aaed9517e91d4a7e6b3 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gpsd')
-rw-r--r--recipes/gpsd/gpsd.inc8
-rw-r--r--recipes/gpsd/gpsd_2.38.bb2
2 files changed, 2 insertions, 8 deletions
diff --git a/recipes/gpsd/gpsd.inc b/recipes/gpsd/gpsd.inc
index 1022091c6c..0bd2b207f5 100644
--- a/recipes/gpsd/gpsd.inc
+++ b/recipes/gpsd/gpsd.inc
@@ -19,7 +19,7 @@ SRC_URI_append_om-gta01 = " \
file://restart_gllin.sh \
"
-inherit autotools update-rc.d
+inherit autotools_stage update-rc.d
INITSCRIPT_NAME = "gpsd"
INITSCRIPT_PARAMS = "defaults 35"
@@ -39,12 +39,6 @@ do_install_prepend() {
export HOST_SYS="${HOST_SYS}"
}
-do_stage() {
- oe_libinstall -so libgps ${STAGING_LIBDIR}
- install -m 0644 ${S}/gps.h ${STAGING_INCDIR}
- install -m 0644 ${S}/gpsd.h ${STAGING_INCDIR}
-}
-
do_install_append() {
install -d ${D}/${sysconfdir}/init.d
install -d ${D}/dev
diff --git a/recipes/gpsd/gpsd_2.38.bb b/recipes/gpsd/gpsd_2.38.bb
index 95260ff2be..fb7f57d980 100644
--- a/recipes/gpsd/gpsd_2.38.bb
+++ b/recipes/gpsd/gpsd_2.38.bb
@@ -1,5 +1,5 @@
require gpsd.inc
-PR = "r0"
+PR = "r1"
# make attempts to link gpspacket.so without waiting for all compiler tasks:
PARALLEL_MAKE = ""