diff options
-rw-r--r-- | bluez-hcidump/bluez-hcidump_1.5.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bluez-hcidump/bluez-hcidump_1.5.oe b/bluez-hcidump/bluez-hcidump_1.5.oe index 2f668b9827..0556293bad 100644 --- a/bluez-hcidump/bluez-hcidump_1.5.oe +++ b/bluez-hcidump/bluez-hcidump_1.5.oe @@ -3,10 +3,12 @@ PRIORITY = "optional" SECTION = "libs" DEPENDS = "virtual/libbluetooth" DESCRIPTION = "Analyses Bluetooth HCI packets." +PR = "r1" SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz \ file://configure.patch;patch=1" EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR}/.." +CPPFLAGS =+ "-I${STAGING_KERNEL_DIR}/include" inherit autotools |