[oe] lemon install

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Fri Aug 27 11:48:32 UTC 2010


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.




More information about the Openembedded-devel mailing list