From: Phil Blundell Date: Tue, 13 Jul 2004 18:46:36 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~18231 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a1eec958967121714c7a22997bd9a43970b484f;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into workhouse.nexus.co.uk:/home/pb/oe/oe-packages 2004/07/13 19:46:22+01:00 nexus.co.uk!pb add kernel headers to CPPFLAGS BKrev: 40f42e0cQ3gucOVNoyiUz4_zRh2OKw --- 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