Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[openembedded.git] / recipes / libopietooth / libopietooth1.inc
1 DESCRIPTION = "Opie Bluetooth library"
2 SECTION = "opie/libs"
3 PRIORITY = "optional"
4 DEPENDS = "libopie2"
5 LICENSE = "LGPL"
6
7
8 S = "${WORKDIR}/lib"
9
10 inherit opie
11
12 do_stage() {
13     install -d ${STAGING_INCDIR}/opietooth/
14     install -m 0644 *.h ${STAGING_INCDIR}/opietooth/
15     oe_libinstall -so libopietooth1 ${STAGING_LIBDIR}/
16 }
17
18 do_install() {
19     oe_libinstall -so libopietooth1 ${D}${libdir}
20 }
21