diff options
Diffstat (limited to 'meta/classes/package.bbclass')
| -rw-r--r-- | meta/classes/package.bbclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 02a1460624..f72c0e23b4 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
| @@ -42,6 +42,9 @@ inherit packagedata | |||
| 42 | inherit prserv | 42 | inherit prserv |
| 43 | inherit chrpath | 43 | inherit chrpath |
| 44 | 44 | ||
| 45 | # Need the package_qa_handle_error() in insane.bbclass | ||
| 46 | inherit insane | ||
| 47 | |||
| 45 | PKGD = "${WORKDIR}/package" | 48 | PKGD = "${WORKDIR}/package" |
| 46 | PKGDEST = "${WORKDIR}/packages-split" | 49 | PKGDEST = "${WORKDIR}/packages-split" |
| 47 | 50 | ||
| @@ -1813,7 +1816,7 @@ PACKAGESPLITFUNCS ?= " \ | |||
| 1813 | package_do_split_locales \ | 1816 | package_do_split_locales \ |
| 1814 | populate_packages" | 1817 | populate_packages" |
| 1815 | # Functions which process metadata based on split packages | 1818 | # Functions which process metadata based on split packages |
| 1816 | PACKAGEFUNCS ?= " \ | 1819 | PACKAGEFUNCS += " \ |
| 1817 | package_fixsymlinks \ | 1820 | package_fixsymlinks \ |
| 1818 | package_name_hook \ | 1821 | package_name_hook \ |
| 1819 | package_do_filedeps \ | 1822 | package_do_filedeps \ |
