On Thu, 2012-09-06 at 17:36 +0100, Jack Mitchell wrote:
> install -d -m 0755 ${D}/usr/{lib,include}
That should be ${prefix} not "/usr", otherwise you will lose if the
distro sets a different prefix (micro does).
> FILES_${PN}-dbg = "/usr/src/debug \
> ${libdir}/.debug \
> "
Do you need that? I would have thought the default would work.
p.