summaryrefslogtreecommitdiff
path: root/bluez-sdp
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-16 09:57:29 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-16 09:57:29 +0000
commit145645da79095e06c86e2a18df0a6fbebdcc8cdc (patch)
tree9b14f7c87f4e4f0db9500d8d5b0a10d0b2b1690b /bluez-sdp
parentd2e6a9d048998ceeeaf15225b5f32b4d40ab24bc (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/07/16 11:57:19+02:00 uni-frankfurt.de!mickey btscanner: catch up with newer bluez 2004/07/16 00:58:46+02:00 uni-frankfurt.de!mickey upgrade bluetooth libraries and utilities to 2.8 kill off older versions patch courtesy Thomas Themel - thanks. BKrev: 40f7a6890LniHneec2Br9FW60h2ReA
Diffstat (limited to 'bluez-sdp')
-rw-r--r--bluez-sdp/bluez-sdp_1.5.oe24
1 files changed, 0 insertions, 24 deletions
diff --git a/bluez-sdp/bluez-sdp_1.5.oe b/bluez-sdp/bluez-sdp_1.5.oe
deleted file mode 100644
index b51343d1bc..0000000000
--- a/bluez-sdp/bluez-sdp_1.5.oe
+++ /dev/null
@@ -1,24 +0,0 @@
-SECTION = "libs"
-PRIORITY = "optional"
-SECTION = "libs"
-DEPENDS = "virtual/libbluetooth"
-PROVIDES = "virtual/libsdp"
-DESCRIPTION = "BlueZ Bluetooth SDP daemon and tool."
-
-SRC_URI = "http://bluez.sourceforge.net/download/bluez-sdp-${PV}.tar.gz"
-
-EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
-LDFLAGS_prepend = "-L${S}/libs "
-
-inherit autotools
-
-do_stage () {
- oe_libinstall -a -so -C libs libsdp ${STAGING_LIBDIR}
-
- for X in sdp.h sdp_lib.h
- do
- install -m 0644 include/$X ${STAGING_INCDIR}/bluetooth/$X
- done
-
-}
-