diff options
Diffstat (limited to 'bluez-hcidump/bluez-hcidump_1.5.oe')
-rw-r--r-- | bluez-hcidump/bluez-hcidump_1.5.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bluez-hcidump/bluez-hcidump_1.5.oe b/bluez-hcidump/bluez-hcidump_1.5.oe index b3e071f1c9..3770435d59 100644 --- a/bluez-hcidump/bluez-hcidump_1.5.oe +++ b/bluez-hcidump/bluez-hcidump_1.5.oe @@ -5,9 +5,9 @@ SECTION = "libs" DEPENDS = "virtual/libc virtual/libbluetooth" DESCRIPTION = "Analyses Bluetooth HCI packets." -SRC_URI = http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 +SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1" -EXTRA_OECONF:="--with-bluez-libs=${STAGING_DIR}/target" +EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR}/.." inherit autotools libtool |