diff options
author | Holger Freyther <zecke@selfish.org> | 2005-09-12 17:44:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-12 17:44:27 +0000 |
commit | 083b8d6cabbd7d9348ee763b3148f693d76e5db9 (patch) | |
tree | 57b9c2521efb52722d542c769d73e817bf670750 /packages | |
parent | a2c614814d3209514048183f3307122292d66fb6 (diff) | |
parent | afdcf857e34bad9488cc6260e56ecfc339fcaf30 (diff) |
merge of 8c6c13a2a369d86ba5e2a6f3a63e11594969ef7a
and f32276224819db8dae64e7b45d05365785d05439
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libopietooth/libopietooth1.inc | 22 |
1 files changed, 22 insertions, 0 deletions
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 <opie@handhelds.org>" +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 +} + |