aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libopietooth
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-09-12 17:29:34 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-12 17:29:34 +0000
commitafdcf857e34bad9488cc6260e56ecfc339fcaf30 (patch)
treee7d5fbfa1588250316fff878dc0eae5f959767bd /packages/libopietooth
parent79f476dc493d2566cd235760f874490478f9be1c (diff)
downloadopenembedded-afdcf857e34bad9488cc6260e56ecfc339fcaf30.tar.gz
libopietooth1.inc:
-add missing file for libopietooth1. Thanks to hrw who spotted my error/failure
Diffstat (limited to 'packages/libopietooth')
-rw-r--r--packages/libopietooth/libopietooth1.inc22
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
+}
+