diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-13 18:46:36 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-13 18:46:36 +0000 |
commit | 1a1eec958967121714c7a22997bd9a43970b484f (patch) | |
tree | d4cf729cab1cd21438b8e4b2c8dbe1846f590892 /bluez-hcidump | |
parent | ae8c1817dacd7ce612783adfd6047044d63b69e2 (diff) |
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
Diffstat (limited to 'bluez-hcidump')
-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 |