[oe-commits] Stanislav Brabec : gpsd: Removed custom do_stage.

git version control git at git.openembedded.org
Sun Nov 8 16:28:10 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 68cdc74da781c0755b26bb336dd666cb58104dce
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=68cdc74da781c0755b26bb336dd666cb58104dce

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Wed Nov  4 21:43:03 2009 +0000

gpsd: Removed custom do_stage.

---

 recipes/gpsd/gpsd.inc     |    8 +-------
 recipes/gpsd/gpsd_2.38.bb |    2 +-
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/recipes/gpsd/gpsd.inc b/recipes/gpsd/gpsd.inc
index 1022091..0bd2b20 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 95260ff..fb7f57d 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 = ""





More information about the Openembedded-commits mailing list