From: Michael Lauer Date: Sat, 7 Jun 2008 22:25:35 +0000 (+0000) Subject: bluesnarfer: fix URI and DEPENDS. partly closes #1609 X-Git-Tag: Release-2010-05/1~6793 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5985ddbe12bc40e9f4bebc6f19217705549bac2e;p=openembedded.git bluesnarfer: fix URI and DEPENDS. partly closes #1609 --- diff --git a/packages/bluesnarfer/bluesnarfer.bb b/packages/bluesnarfer/bluesnarfer.bb index 8ba346e526..b737968e79 100644 --- a/packages/bluesnarfer/bluesnarfer.bb +++ b/packages/bluesnarfer/bluesnarfer.bb @@ -1,17 +1,14 @@ -SECTION = "network/misc" DESCRIPTION = "Bluetooth cellphone information gatherer" +LICENSE = "GPL" +SECTION = "network/misc" +DEPENDS = "bluez-libs" PV = "0.1" -SRC_URI = "http://www.remote-exploit.org/images/a/a0/Bluesnarfer.tar.gz" - -DEFAULT_PREFERENCE="-1" - -CFLAGS_prepend = "-I${STAGING_INCDIR}/bluetooth " +SRC_URI = "http://www.alighieri.org/tools/bluesnarfer.tar.gz" +S = "${WORKDIR}/bluesnarfer" -LDFLAGS_prepend = "-lbluetooth -L${STAGING_LIBDIR} " +LDFLAGS =+ "-lbluetooth" -S = "${WORKDIR}/bluesnarfer" -LICENSE = "GPL" do_compile() { oe_runmake bluesnarfer } @@ -20,4 +17,3 @@ do_install() { install -d ${D}${bindir} install -m 0755 ${S}/bluesnarfer ${D}${bindir} } -