diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-30 00:31:30 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:22 +0000 |
| commit | 7501b625b66be5c6ccf48ba262b67bfbb3441dc4 (patch) | |
| tree | 807045e1beed38fef37db7fad2ea5dd96f829a18 /meta/classes | |
| parent | 4b0332c4319feb701aa54b3ed11cfacb2cf3b0a9 (diff) | |
| download | poky-7501b625b66be5c6ccf48ba262b67bfbb3441dc4.tar.gz | |
package.bbclass: Add the option to declare package preprocess function hooks
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/package.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 2f1727440e..41eeb8d3d1 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
| @@ -973,8 +973,9 @@ python package_depchains() { | |||
| 973 | pkg_addrrecs(pkg, base, suffix, func, rdeps, d) | 973 | pkg_addrrecs(pkg, base, suffix, func, rdeps, d) |
| 974 | } | 974 | } |
| 975 | 975 | ||
| 976 | 976 | PACKAGE_PREPROCESS_FUNCS ?= "" | |
| 977 | PACKAGEFUNCS ?= "perform_packagecopy \ | 977 | PACKAGEFUNCS ?= "perform_packagecopy \ |
| 978 | ${PACKAGE_PREPROCESS_FUNCS} \ | ||
| 978 | package_do_split_locales \ | 979 | package_do_split_locales \ |
| 979 | populate_packages \ | 980 | populate_packages \ |
| 980 | package_do_shlibs \ | 981 | package_do_shlibs \ |
