[oe] Writing a test program for libserial

Phil Blundell pb at reciva.com
Sat Jun 20 20:53:38 UTC 2009


On Sun, 2009-06-21 at 00:27 +0400, Elvis Dowson wrote:
> SRC_URI = "file://* "
> 
> S = "${WORKDIR}/${PN}-${PV}"

Try:

SRC_URI = "file://read_port.cpp"
S = "${WORKDIR}"

If you have multiple source files, just list them all in SRC_URI,
separated by spaces.

p.






More information about the Openembedded-devel mailing list