package/pkg-generic.mk: move pkg_size_{before, after} and check_bin_arch functions
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 30 Apr 2020 09:52:44 +0000 (11:52 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 23 Jul 2020 20:48:51 +0000 (22:48 +0200)
commit7f97fd4f15eb9c4268823980c4193ed9a2963a3e
treef61fe305795a95d8e0598b89346c0f78f251e97d
parente59f748fec7b509261adb0a42e57f837e9df370f
package/pkg-generic.mk: move pkg_size_{before, after} and check_bin_arch functions

These functions are no longer using the GLOBAL_INSTRUMENTATION_HOOKS
mechanism, so it doesn't make much sense for them to be in the section
of pkg-generic.mk related to those hooks.

Move them to the "Helper functions" section.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/pkg-generic.mk