diff options
Diffstat (limited to 'recipes/libopietooth/libopietooth1.inc')
-rw-r--r-- | recipes/libopietooth/libopietooth1.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/libopietooth/libopietooth1.inc b/recipes/libopietooth/libopietooth1.inc new file mode 100644 index 0000000000..2ceae495c3 --- /dev/null +++ b/recipes/libopietooth/libopietooth1.inc @@ -0,0 +1,21 @@ +DESCRIPTION = "Opie Bluetooth library" +SECTION = "opie/libs" +PRIORITY = "optional" +DEPENDS = "libopie2" +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}${libdir} +} + |