Re: [yocto] How to add a library header file in yocto project

2015-04-21 Thread Khem Raj
Waqas On Tue, Apr 21, 2015 at 11:34 PM, waqas shafique wrote: > I'm trying to write a code using BlueZ API and Yocto , one C function I'm > using has deceleration defined in hci_lib.h which is located at > > /poky/build/tmp/work/armv5te-poky-linux-gnueabi/bluez4/4.101-r5/bluez-4.101/lib > > Can y

[yocto] How to add a library header file in yocto project

2015-04-21 Thread waqas shafique
I'm trying to write a code using BlueZ API and Yocto , one C function I'm using has deceleration defined in hci_lib.h which is located at /poky/build/tmp/work/armv5te-poky-linux-gnueabi/bluez4/4.101-r5/bluez-4.101/lib Can you tell me how can I include this header file in my Yocto project recipe ?