fbset_2.1: add dependency on bison-native
[openembedded.git] / recipes / btxml / btxml.bb
blobaa28e22adca785c3a6d060f6d64949ede517d646
1 DESCRIPTION = "Bluetooh Download Data from remote phones"
2 HOMEPAGE = "http://www.saftware.de"
3 SECTION = "apps"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6 DEPENDS = "bluez-libs"
8 SRC_URI = "http://www.saftware.de/bluetooth/btxml.c"
9 S = "${WORKDIR}"
11 do_compile() {
12 ${CC} ${CPPFLAGS} -c -o btxml.o btxml.c
13 ${CC} -o btxml -lbluetooth -L${STAGING_LIBDIR} btxml.o
16 do_install() {
17 install -d ${D}${bindir}/
18 install -m 0775 btxml ${D}${bindir}/
21 SRC_URI[md5sum] = "c17e047d1a6a3f3188de929dc8582e01"
22 SRC_URI[sha256sum] = "58eb43e7e781a6b61e452fa36fa03198ef44c742da80c8a1b60be073e4ab949b"