]> code.ossystems Code Review - openembedded-core.git/commit
linux-tools: don't build perf when GPLv3 in INCOMPATIBLE_LICENSE
authorJoshua Lock <josh@linux.intel.com>
Tue, 24 Jan 2012 22:10:30 +0000 (14:10 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jan 2012 20:47:21 +0000 (20:47 +0000)
commitce61f9031b54067bffa304dab90c31278631dcdf
tree6144467539ce9389717d96ade1b34dfff9c0d9be
parent746e8ffa66850bf9050cd6baf94eb76c492eb535
linux-tools: don't build perf when GPLv3 in INCOMPATIBLE_LICENSE

As binutils is required by perf to build and is GPLv3 licensed adding
GPLv3 to INCOMPATIBLE_LICENSE will cause linux-yocto to be skipped.

Long term we should look at moving perf to a separate recipe but as a
short term solution this patch will ensure that when GPLv3 is in
INCOMPATIBLE_LICENSE perf is not built and it's dependencies are not
added to build.

Fixes [YOCTO #1879]

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-kernel/linux/linux-tools.inc
meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
meta/recipes-kernel/linux/linux-yocto_3.0.bb