From: Koen Kooi Date: Mon, 13 Feb 2006 22:04:57 +0000 (+0000) Subject: tslib-maemo: fix do_stage as described in oe bug #690 X-Git-Tag: Release-2010-05/1~9453^2~2372 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2026c12ee68647563fd60e711e93be0473d9ad4e;p=openembedded.git tslib-maemo: fix do_stage as described in oe bug #690 --- diff --git a/packages/tslib/tslib-maemo_0.0.1-15.bb b/packages/tslib/tslib-maemo_0.0.1-15.bb index 1c91485ed0..40a49fd7bc 100644 --- a/packages/tslib/tslib-maemo_0.0.1-15.bb +++ b/packages/tslib/tslib-maemo_0.0.1-15.bb @@ -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 }