]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/classextend.py: avoid extending any kernel package
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 5 Apr 2013 15:55:52 +0000 (16:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Apr 2013 16:35:04 +0000 (17:35 +0100)
commitb684c0f0d5d93f5147dee79951647eb3ddf4c840
tree925a5c8d9f757484865dab236a153eb340f849c6
parent78f91e08c8a7b0f0c831a087f7c89e2c76047e7a
lib/oe/classextend.py: avoid extending any kernel package

For multilib and other uses of classextend, we don't want any
dependencies on kernel packages to be extended since there should only
be one kernel variant.

Fixes [YOCTO #2918] (where kernel-dev was being extended.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/classextend.py