diff options
Diffstat (limited to 'bluez-sdp')
| -rw-r--r-- | bluez-sdp/bluez-sdp_1.5.oe | 24 |
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 - -} - |
