[oe-commits] org.oe.dev bluesnarfer: fix URI and DEPENDS. partly closes #1609

mickeyl commit oe at amethyst.openembedded.net
Sat Jun 7 22:33:25 UTC 2008


bluesnarfer: fix URI and DEPENDS. partly closes #1609

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: a62f63168a900101d68a4862ece79d9ccef89c3d
ViewMTN: http://monotone.openembedded.org/revision/info/a62f63168a900101d68a4862ece79d9ccef89c3d
Files:
1
packages/bluesnarfer/bluesnarfer.bb
Diffs:

#
# mt diff -r1ed1a74f4eb281c3d6fa47fe0b3263b033357964 -ra62f63168a900101d68a4862ece79d9ccef89c3d
#
#
#
# patch "packages/bluesnarfer/bluesnarfer.bb"
#  from [054791dddcd30de975ecb4ae0941514df3a94a8a]
#    to [167efb7d04806b17a766a17f4716ec0e79b74027]
#
============================================================
--- packages/bluesnarfer/bluesnarfer.bb	054791dddcd30de975ecb4ae0941514df3a94a8a
+++ packages/bluesnarfer/bluesnarfer.bb	167efb7d04806b17a766a17f4716ec0e79b74027
@@ -1,17 +1,14 @@
+DESCRIPTION = "Bluetooth cellphone information gatherer"
+LICENSE = "GPL"
 SECTION = "network/misc"
-DESCRIPTION = "Bluetooth cellphone information gatherer"
+DEPENDS = "bluez-libs"
 PV = "0.1"
-SRC_URI = "http://www.remote-exploit.org/images/a/a0/Bluesnarfer.tar.gz"
 
-DEFAULT_PREFERENCE="-1"
+SRC_URI = "http://www.alighieri.org/tools/bluesnarfer.tar.gz"
+S = "${WORKDIR}/bluesnarfer"
 
+LDFLAGS =+ "-lbluetooth"
 
-CFLAGS_prepend = "-I${STAGING_INCDIR}/bluetooth "
-
-LDFLAGS_prepend = "-lbluetooth -L${STAGING_LIBDIR} "
-
-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}
 }
-






More information about the Openembedded-commits mailing list