Hi all,
No idea who is responsible for lemon but triggered by Fasas I noticed this:
do_install() {
install -d ${D}${bindir}
install -m 0755 lemon ${D}${bindir}
install -m 0644 lempar.c ${D}${bindir}
install -d ${D}${mandir}/man1
install -m 0644 ${WORKDIR}/lemon.1 ${D}${mandir}/man1/
}
A .c file that is copied to bindir?
I know this is a parser, but I would expect .c files to be placed in a
different location.
Can someone shed a light on this?
Or, even better: fix this?
Thanks!
Frans.
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel