]> code.ossystems Code Review - openembedded-core.git/commit
blacklist.bbclass: Refactor, use PNBLACKLIST[pn]
authorMark Hatle <mark.hatle@windriver.com>
Wed, 9 May 2012 15:50:59 +0000 (10:50 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 May 2012 16:49:37 +0000 (17:49 +0100)
commit0893457465e184550906844fbab2dec397201835
tree2bf437a1b869e0bc7455a927b16b290a27df44fc
parent02a5fe21cad2ec29268de7f3a556bb827f726998
blacklist.bbclass: Refactor, use PNBLACKLIST[pn]

Revise the handling from ANGSTROM_BLACKLIST to PNBLACKLIST[pn].

Refactor the code to eliminate references to the distribution and recipe
name in the message.

Change the skipPackage message message from:

ERROR: <recipe> was skipped: <distro> DOES NOT support <recipe> because <reason>

to:

ERROR: <recipe> was skipped: Recipe is blacklisted: <reason>

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