diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-01-03 13:34:49 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-01-03 13:34:49 +0000 |
commit | 6540294a6e516730508e4ebbee20f539a984b795 (patch) | |
tree | cee04595657505b876d50ec227a8a4321209c504 /packages | |
parent | 0816f16f207a8f877cee48ac8714f3adae6114a9 (diff) |
gpsd.inc: fix staging
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gpsd/gpsd.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/gpsd/gpsd.inc b/packages/gpsd/gpsd.inc index d493b2bca7..be593e0744 100644 --- a/packages/gpsd/gpsd.inc +++ b/packages/gpsd/gpsd.inc @@ -32,10 +32,9 @@ do_install_prepend() { } do_stage() { - oe_libinstall -so -C ${S}/.libs libgps ${STAGING_LIBDIR} - install -m 0655 ${S}/libgps.la ${STAGING_LIBDIR} - install -m 0655 ${S}/gps.h ${STAGING_INCDIR} - install -m 0655 ${S}/gpsd.h ${STAGING_INCDIR} + 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() { |