summaryrefslogtreecommitdiffstats
path: root/meta/packages/bluez/files/no-user-include.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-09-07 08:58:41 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-09-07 08:58:41 +0000
commit94346b04b8ddf4b7c18d7143474f714ab4f9ddf1 (patch)
tree81b14b55125031c74960ec0f6f5eeead162530a2 /meta/packages/bluez/files/no-user-include.patch
parentb860f81b051da13109ef091d25a06b20dc8b9bd6 (diff)
downloadpoky-94346b04b8ddf4b7c18d7143474f714ab4f9ddf1.tar.gz
bluez: dropped not used files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2708 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/bluez/files/no-user-include.patch')
-rw-r--r--meta/packages/bluez/files/no-user-include.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/bluez/files/no-user-include.patch b/meta/packages/bluez/files/no-user-include.patch
deleted file mode 100644
index 8c1b1b6d6d..0000000000
--- a/meta/packages/bluez/files/no-user-include.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1Do not add -I/usr/include to the compile line just because we will
2install bluez-utils there says zecke...
3
4Index: bluez-utils-2.25/acinclude.m4
5===================================================================
6--- bluez-utils-2.25.orig/acinclude.m4 2006-05-18 12:39:57.473577920 +0200
7+++ bluez-utils-2.25/acinclude.m4 2006-05-19 00:58:52.694599848 +0200
8@@ -69,7 +69,9 @@
9 ac_save_LDFLAGS=$LDFLAGS
10
11 BLUEZ_CFLAGS=""
12- test -d "${bluez_prefix}/include" && BLUEZ_CFLAGS="$BLUEZ_CFLAGS -I${bluez_prefix}/include"
13+ if test "$cross_compiling" = no; then
14+ test -d "${bluez_prefix}/include" && BLUEZ_CFLAGS="$BLUEZ_CFLAGS -I${bluez_prefix}/include"
15+ fi
16
17 CPPFLAGS="$CPPFLAGS $BLUEZ_CFLAGS"
18 AC_CHECK_HEADER(bluetooth/bluetooth.h, dummy=yes, AC_MSG_ERROR(Bluetooth header files not found))