]> code.ossystems Code Review - openembedded-core.git/commit
classes: Remove references to _remove in function names since this may become a bitba...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Aug 2013 16:01:20 +0000 (17:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Aug 2013 10:25:59 +0000 (11:25 +0100)
commit491fde8cd3fd493f9fec2fd434fe1be547f66148
tree9d4be788354ccb51e6d0213bca0a20a56653012d
parent6dc46834c6edaf358c18b26e4304bc9e7413eb60
classes: Remove references to _remove in function names since this may become a bitbake keyword

There is a good chance we might want to support a bitbake operator
"_remove" which works in a similar way to _append and _prepend. As
such, we can't use those keywords in function or variable names.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/archiver.bbclass
meta/classes/image.bbclass
meta/classes/recipe_sanity.bbclass
meta/classes/rootfs_deb.bbclass
meta/classes/rootfs_ipk.bbclass
meta/classes/rootfs_rpm.bbclass