[oe-commits] org.oe.dev bluez-utils: Expand EXTRA_OECONF to stop potential configure issues (fixes concerns in #317)

rpurdie commit openembedded-commits at lists.openembedded.org
Sun Nov 5 00:11:54 UTC 2006


bluez-utils: Expand EXTRA_OECONF to stop potential configure issues (fixes concerns in #317)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: b2c20550a52a9993758c415868e214cbdd8c53f0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b2c20550a52a9993758c415868e214cbdd8c53f0
Files:
1
packages/bluez/bluez-utils.inc
Diffs:

#
# mt diff -r9928892ecc3fc52a8c8c14983ccc5c29f0a73e4d -rb2c20550a52a9993758c415868e214cbdd8c53f0
#
# 
# 
# patch "packages/bluez/bluez-utils.inc"
#  from [39738bd4c811bf3c97cbef53d0aff5f0a8ed942a]
#    to [4dcdafd9b5ce23da9598a23b50c8eb37c8492e3c]
# 
============================================================
--- packages/bluez/bluez-utils.inc	39738bd4c811bf3c97cbef53d0aff5f0a8ed942a
+++ packages/bluez/bluez-utils.inc	4dcdafd9b5ce23da9598a23b50c8eb37c8492e3c
@@ -20,8 +20,15 @@ S = "${WORKDIR}/bluez-utils-${PV}"
 
 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
 






More information about the Openembedded-commits mailing list