mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 23:02:22 +02:00
package.bbclass: Add the option to declare package preprocess function hooks
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -973,8 +973,9 @@ python package_depchains() {
|
||||
pkg_addrrecs(pkg, base, suffix, func, rdeps, d)
|
||||
}
|
||||
|
||||
|
||||
PACKAGE_PREPROCESS_FUNCS ?= ""
|
||||
PACKAGEFUNCS ?= "perform_packagecopy \
|
||||
${PACKAGE_PREPROCESS_FUNCS} \
|
||||
package_do_split_locales \
|
||||
populate_packages \
|
||||
package_do_shlibs \
|
||||
|
||||
Reference in New Issue
Block a user