diff options
author | Holger Freyther <zecke@selfish.org> | 2005-09-12 17:29:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-12 17:29:34 +0000 |
commit | afdcf857e34bad9488cc6260e56ecfc339fcaf30 (patch) | |
tree | e7d5fbfa1588250316fff878dc0eae5f959767bd | |
parent | 79f476dc493d2566cd235760f874490478f9be1c (diff) |
libopietooth1.inc:
-add missing file for libopietooth1. Thanks to hrw who spotted
my error/failure
-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 +} + |