inherit qmake2
QT_DIR_NAME = "qtopia"
--#
- # override variables set by qmake-base to compile QtopiaCore apps
+ # override variables set by qmake-base to compile Qt/Embedded apps
#
export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qtopia"
export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}"
export OE_QMAKE_LIBS_X11 = ""
export OE_QMAKE_EXTRA_MODULES = "network"
EXTRA_QMAKEVARS_PRE += " QT_LIBINFIX=E "
-
+
+ # Qt4 uses atomic instructions not supported in thumb mode
+ ARM_INSTRUCTION_SET = "arm"
DESCRIPTION = "Linux Bluetooth Stack Userland V4"
SECTION = "libs"
PRIORITY = "optional"
-DEPENDS = "gst-plugins-base alsa-lib libusb-compat libusb1 dbus-glib"
+DEPENDS = "gst-plugins-base alsa-lib libusb-compat dbus-glib"
HOMEPAGE = "http://www.bluez.org"
LICENSE = "GPL"
- PR = "r1"
+ PR = "r3"
SRC_URI = "\
http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \