diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-11-05 08:19:02 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-11-05 08:19:02 +0000 |
commit | 74de9936ca0791bb3a06cc2084af0ce1d0612c6f (patch) | |
tree | 56858443e669c0ab112afbf3bb24bd1c599ac23d /recipes/gpsd/gpsd.inc | |
parent | 447315c8d69e84bf05b758ccbe688b35e794705b (diff) | |
parent | cbda7eff8230b4a11718b8024bc1a2083f71f27a (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gpsd/gpsd.inc')
-rw-r--r-- | recipes/gpsd/gpsd.inc | 8 |
1 files changed, 1 insertions, 7 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 |