]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Change the debug directory to avoid conflicts
authorMark Hatle <mark.hatle@windriver.com>
Thu, 10 Mar 2011 17:51:26 +0000 (11:51 -0600)
committerSaul Wold <sgw@linux.intel.com>
Fri, 11 Mar 2011 02:11:51 +0000 (18:11 -0800)
commitdbc752c75786b0985fbeb4986467ae01290f424a
treec615b09c87406c208d2fdd3986916fb5ec4f1ac4
parent3845eb8285d6b57fe2b824ce482cbeaba561eef5
package.bbclass: Change the debug directory to avoid conflicts

The debug directory before was below ${WORKDIR}.  Unfortunately if
something was based on a git tree, it meant that "git" was the
directory name being preserved for usr/src/debug usage.  The patch
moves to using "${WORKDIR}/.." as the base, to ensure that the
WORKDIR naming is used in usr/src/debug.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/classes/package.bbclass