summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iptables/iptables_1.6.1.bb
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2017-06-16 15:02:07 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-28 20:55:08 +0100
commit6fa6099b493f9fb164bda5f66e678984da83989e (patch)
tree284b1ddcfe92f34f1e313861f103677595d8f19f /meta/recipes-extended/iptables/iptables_1.6.1.bb
parentf93d58378fb4095a18c1403de03ca0e13ce465cd (diff)
downloadpoky-6fa6099b493f9fb164bda5f66e678984da83989e.tar.gz
image.bbclass: use prependVarFlag for postfuncs
It would be possible to achieve any order of calling functions if prefuncs are added with appendVarFlag and postfuncs with prependVarFlag. Then image_X.bbclass can add code with either pre/post-funcs or do_image_x_append or _prepend. The execution order would be: image_X prefuncs image prefuncs do_image_X_prepend from image_X.bbclass do_image_X from image.bbclass do_image_X_append from image_X.bbclass image postfuncs image_X postfuncs [YOCTO #11372] Thanks to Ola Nillsson for the idea. (From OE-Core rev: c5fa6034708b344e184bb6fa361d5ea41371008f) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/iptables/iptables_1.6.1.bb')
0 files changed, 0 insertions, 0 deletions