Re: [yocto] include and a library dependency in a recipe which uses a Makefile

2017-12-04 Thread Alexander Kanavin
On 12/01/2017 10:41 PM, Rail Shafigulin wrote: I need to use this Makefile in a recipe which but I'm struggling to figure out how to make it point to correct include folder as well as a library folder. While knowing how to do these things is useful, I think you should just drop the custom mak

[yocto] include and a library dependency in a recipe which uses a Makefile

2017-12-01 Thread Rail Shafigulin
Somewhat new to Yocto. I have a relatively simple Makefile which builds a library. The file is shown below: LIB=PyAnokiWave It is shown below # Add any other object files to this list below LIB_OBJS = libPyAnokiWave.o LIB_HEADERS=libPyAnokiWave.h CFLAGS+=-I/usr/include/python2.7 LDFLAGS+=-lpyth