diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-05 00:08:30 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-05 00:08:30 +0000 |
commit | 97e3e6a05785710389c91c7d1ccd46e0853e4338 (patch) | |
tree | b331d4411f35b832429b763406506b2daa93af6c /packages/bluez | |
parent | d05d3f991cfbd3c4af619fe87cfdcde0bc5da868 (diff) |
bluez-utils: Expand EXTRA_OECONF to stop potential configure issues (fixes concerns in #317)
Diffstat (limited to 'packages/bluez')
-rw-r--r-- | packages/bluez/bluez-utils.inc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/bluez/bluez-utils.inc b/packages/bluez/bluez-utils.inc index 7eb181676d..4aafff51d2 100644 --- a/packages/bluez/bluez-utils.inc +++ b/packages/bluez/bluez-utils.inc @@ -20,8 +20,15 @@ SRC_URI += " file://default-manfid-0x0-to-bcps.patch;patch=1" S = "${WORKDIR}/bluez-utils-${PV}" +# We don't depend on openobex, fuse, alsa or usb but we set paths into staging +# otherwise /usr/lib and /usr/include make it onto command lines with unpredictable results +# Ideally acinclude.m4 needs fixing EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR} \ - --enable-pcmcia --enable-initscripts --enable-bcm203x --enable-hid2hci" + --enable-pcmcia --enable-initscripts --enable-bcm203x --enable-hid2hci \ + --disable-obex --disable-alsa --disable-alsa \ + --with-openobex=${STAGING_DIR}/${HOST_SYS} --with-fuse=${STAGING_DIR}/${HOST_SYS} \ + --with-alsa=${STAGING_DIR}/${HOST_SYS} --with-usb=${STAGING_DIR}/${HOST_SYS} \ + --with-bluez=${STAGING_LIBDIR}/${HOST_SYS}" inherit autotools update-rc.d |