diff options
Diffstat (limited to 'bluez-utils')
-rw-r--r-- | bluez-utils/bluez-utils_2.3.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bluez-utils/bluez-utils_2.3.oe b/bluez-utils/bluez-utils_2.3.oe index e3a7f5f421..710ebc9ade 100644 --- a/bluez-utils/bluez-utils_2.3.oe +++ b/bluez-utils/bluez-utils_2.3.oe @@ -5,9 +5,9 @@ SECTION = "libs" DEPENDS = "virtual/libc virtual/libbluetooth" DESCRIPTION = "Utilities for controlling Bluetooth devices." -SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz \ +SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1" -EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_DIR}/target/include" +EXTRA_OECONF:="--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" inherit autotools libtool |