tslib-maemo: fix do_stage as described in oe bug #690
authorKoen Kooi <koen@openembedded.org>
Mon, 13 Feb 2006 22:04:57 +0000 (22:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 13 Feb 2006 22:04:57 +0000 (22:04 +0000)
packages/tslib/tslib-maemo_0.0.1-15.bb

index 1c91485..40a49fd 100644 (file)
@@ -21,12 +21,10 @@ PACKAGES = "tslib-maemo-conf libts-maemo libts-maemo-dev tslib-maemo-tests tslib
 EXTRA_OECONF = "--enable-shared"
 
 do_stage () {
-       oe_libinstall -so -C src libts-0.0 ${STAGING_LIBDIR}
-       ln -sf libts-0.0.so ${STAGING_LIBDIR}/libts.so
-       install -m 0644 src/tslib.h ${STAGING_INCDIR}/
-       install -m 0644 src/tslib-private.h ${STAGING_INCDIR}/
+       autotools_stage_all
 }
 
+
 do_install_prepend () {
        install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf
 }