]> code.ossystems Code Review - openembedded-core.git/commitdiff
Update tslib-maemo from OE
authorRichard Purdie <richard@openedhand.com>
Wed, 22 Mar 2006 11:25:48 +0000 (11:25 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 22 Mar 2006 11:25:48 +0000 (11:25 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@319 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/tslib/tslib-maemo_0.0.1-15.bb

index 1c91485ed0ac2b4113aa370beb665cc3f2e01962..40a49fd7bc8f7be22bc018aa64011b0913c6319a 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
 }