]> code.ossystems Code Review - openembedded-core.git/commit
utils: Fix number of arguments to bb.msg functions
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 26 Jul 2010 09:50:21 +0000 (11:50 +0200)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 3 Aug 2010 13:07:11 +0000 (14:07 +0100)
commitad8c5b61a44fee43e5c31579b6d6d0ca639c1bf4
tree45b60242d99da6f3326233ff97eac4973ed0396a
parent0e3fc6dff27ca1ee5a7512f968c3f9d5cfc2da6d
utils: Fix number of arguments to bb.msg functions

the 'fn' argument of them is not used, should be removed anytime:
sed -i -e
'/^def.*fn/s/,[[:space:]]*fn[[:space:]]*=[[:space:]]*None[[:space:]]*)/)/g'
lib/bb/msg.py

(Bitbake rev: 1cb72e371322c271ee7f2d008c6f7899fb38b4fd)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/utils.py