bluesnarfer: fix URI and DEPENDS. partly closes #1609
authorMichael Lauer <mickey@vanille-media.de>
Sat, 7 Jun 2008 22:25:35 +0000 (22:25 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 7 Jun 2008 22:25:35 +0000 (22:25 +0000)
packages/bluesnarfer/bluesnarfer.bb

index 8ba346e..b737968 100644 (file)
@@ -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}
 }
-