From: Holger Freyther Date: Mon, 12 Sep 2005 17:29:34 +0000 (+0000) Subject: libopietooth1.inc: X-Git-Tag: Release-2010-05/1~9453^2~3543^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afdcf857e34bad9488cc6260e56ecfc339fcaf30;p=openembedded.git libopietooth1.inc: -add missing file for libopietooth1. Thanks to hrw who spotted my error/failure --- diff --git a/packages/libopietooth/libopietooth1.inc b/packages/libopietooth/libopietooth1.inc new file mode 100644 index 0000000000..4aad9fb05e --- /dev/null +++ b/packages/libopietooth/libopietooth1.inc @@ -0,0 +1,22 @@ +DESCRIPTION = "Opie Bluetooth library" +SECTION = "opie/libs" +PRIORITY = "optional" +DEPENDS = "libopie2" +MAINTAINER = "Team Opie " +LICENSE = "LGPL" + + +S = "${WORKDIR}/lib" + +inherit opie + +do_stage() { + install -d ${STAGING_INCDIR}/opietooth/ + install -m 0644 *.h ${STAGING_INCDIR}/opietooth/ + oe_libinstall -so libopietooth1 ${STAGING_LIBDIR}/ +} + +do_install() { + oe_libinstall -so libopietooth1 ${D}${palmtopdir}/lib +} +