diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-16 09:57:29 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-16 09:57:29 +0000 |
commit | 145645da79095e06c86e2a18df0a6fbebdcc8cdc (patch) | |
tree | 9b14f7c87f4e4f0db9500d8d5b0a10d0b2b1690b /bluez-hcidump | |
parent | d2e6a9d048998ceeeaf15225b5f32b4d40ab24bc (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-hcidump')
-rw-r--r-- | bluez-hcidump/bluez-hcidump-1.5/configure.patch | 29 | ||||
-rw-r--r-- | bluez-hcidump/bluez-hcidump_1.5.oe | 14 |
2 files changed, 0 insertions, 43 deletions
diff --git a/bluez-hcidump/bluez-hcidump-1.5/configure.patch b/bluez-hcidump/bluez-hcidump-1.5/configure.patch deleted file mode 100644 index fe40bfb3ad..0000000000 --- a/bluez-hcidump/bluez-hcidump-1.5/configure.patch +++ /dev/null @@ -1,29 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- bluez-hcidump-1.5/configure.in~configure -+++ bluez-hcidump-1.5/configure.in -@@ -24,8 +24,8 @@ - AC_ARG_WITH(bluez-libs, - --with-bluez-libs=DIR BlueZ libraries and header files, - [ -- BLUEZ_INCDIR="$withval"/include -- BLUEZ_LIBDIR="$withval"/src -+ BLUEZ_INCDIR="$withval/include $withval/include/bluetooth" -+ BLUEZ_LIBDIR="$withval"/lib - ],[ - BLUEZ_INCDIR='../libs/include /usr/include/bluetooth' - BLUEZ_LIBDIR='../libs/src /usr/lib' ---- bluez-hcidump-1.5/acinclude.m4~configure -+++ bluez-hcidump-1.5/acinclude.m4 -@@ -74,7 +74,7 @@ - p=`cd $p && pwd` - - # Check for libtool library -- if test -f $p/lib$1.la; then -+ if test -f $p/lib$1.la -a -d $p/.libs; then - path=$p/.libs - else - path=$p diff --git a/bluez-hcidump/bluez-hcidump_1.5.oe b/bluez-hcidump/bluez-hcidump_1.5.oe deleted file mode 100644 index 0556293bad..0000000000 --- a/bluez-hcidump/bluez-hcidump_1.5.oe +++ /dev/null @@ -1,14 +0,0 @@ -SECTION = "libs" -PRIORITY = "optional" -SECTION = "libs" -DEPENDS = "virtual/libbluetooth" -DESCRIPTION = "Analyses Bluetooth HCI packets." -PR = "r1" - -SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz \ - file://configure.patch;patch=1" - -EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR}/.." -CPPFLAGS =+ "-I${STAGING_KERNEL_DIR}/include" - -inherit autotools |