From: Michael Lauer Date: Tue, 13 Jul 2004 18:01:44 +0000 (+0000) Subject: install libopietooth.so also into staging area X-Git-Tag: Release-2010-05/1~18234 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fbf5d5cf933d9cbd8029eb3ec4c3a915ef5b173;p=openembedded.git install libopietooth.so also into staging area BKrev: 40f42388b2sjuCsOjiUoct_HvYfc6A --- diff --git a/libopietooth/libopietooth_cvs.oe b/libopietooth/libopietooth_cvs.oe index e69de29bb2..e1d35aa6e8 100644 --- a/libopietooth/libopietooth_cvs.oe +++ b/libopietooth/libopietooth_cvs.oe @@ -0,0 +1,24 @@ +DESCRIPTION = "Opie Bluetooth library" +SECTION = "opie/libs" +PRIORITY = "optional" +DEPENDS = "libopie" +MAINTAINER = "Open Embedded " +LICENSE = "GPL" +PV = "1.1.4-cvs-${CVSDATE}" + +inherit palmtop + +EXTRA_QMAKEVARS_POST = "DESTDIR=${S}" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/opietooth/lib;date=${CVSDATE}" +S = "${WORKDIR}/lib" + +do_stage() { + install -m 0644 *.h ${STAGING_INCDIR}/ + oe_libinstall -so libopietooth1 ${STAGING_LIBDIR}/ +} + +do_install() { + oe_libinstall -so libopietooth1 ${D}/${palmtopdir}/lib +} +