]> code.ossystems Code Review - openembedded-core.git/commit
native.bbclass: Properly define directories
authorMatthieu Crapet <Matthieu.Crapet@ingenico.com>
Thu, 12 Jun 2014 15:49:32 +0000 (17:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Jun 2014 07:43:41 +0000 (08:43 +0100)
commit15345ddd4be6a0b041b3d6caaad48d46b22142e9
tree2c822194137168c883fecdb3b898e6db146d8745
parent5824293de37919e89f60192836997281933e23d6
native.bbclass: Properly define directories

For most users this commit will have no effect. But if you come across the idea of giving
different names for paths, you'll get some troubles.

When a recipe inherit native, properly define bindir, sbindir, includedir, sysconfdir, datadir
(using xxxdir_native definitions from meta/conf/bitbake.conf).

For example, edit "${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}/quilt-native/temp/log.do_configure"
and see what are the arguments given by oe_runconf.

Notice that ${docdir}, ${mandir}, ${infodir}, ${localstatedir} have no associated _native definition.

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/native.bbclass
meta/conf/bitbake.conf