libopietooth1.inc:
authorHolger Freyther <zecke@selfish.org>
Mon, 12 Sep 2005 17:29:34 +0000 (17:29 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 12 Sep 2005 17:29:34 +0000 (17:29 +0000)
    -add missing file for libopietooth1. Thanks to hrw who spotted
     my error/failure

packages/libopietooth/libopietooth1.inc [new file with mode: 0644]

diff --git a/packages/libopietooth/libopietooth1.inc b/packages/libopietooth/libopietooth1.inc
new file mode 100644 (file)
index 0000000..4aad9fb
--- /dev/null
@@ -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
+}
+