diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2018-07-27 22:24:30 +0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-16 09:49:39 +0100 |
| commit | 762e6b7b454164a20b11cdf7a1d8c89e94b18e6b (patch) | |
| tree | 68823cc95c3c1ddf51573e5de6b05240f255a81e /meta/classes/populate_sdk_base.bbclass | |
| parent | aa9d8e73bb4d30cad41899763d0fa5c6dc9dcedc (diff) | |
| download | poky-762e6b7b454164a20b11cdf7a1d8c89e94b18e6b.tar.gz | |
populate_sdk_base.bbclass: inherit and use image-postinst-intercepts
(From OE-Core rev: fb83997ded3789c7447402a9fda03b1669cecae0)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_base.bbclass')
| -rw-r--r-- | meta/classes/populate_sdk_base.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index 7ffaf84a45..c456c52866 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit meta | 1 | inherit meta image-postinst-intercepts |
| 2 | 2 | ||
| 3 | # Wildcards specifying complementary packages to install for every package that has been explicitly | 3 | # Wildcards specifying complementary packages to install for every package that has been explicitly |
| 4 | # installed into the rootfs | 4 | # installed into the rootfs |
| @@ -307,4 +307,5 @@ do_populate_sdk[dirs] = "${PKGDATA_DIR} ${TOPDIR}" | |||
| 307 | do_populate_sdk[depends] += "${@' '.join([x + ':do_populate_sysroot' for x in d.getVar('SDK_DEPENDS').split()])} ${@d.getVarFlag('do_rootfs', 'depends', False)}" | 307 | do_populate_sdk[depends] += "${@' '.join([x + ':do_populate_sysroot' for x in d.getVar('SDK_DEPENDS').split()])} ${@d.getVarFlag('do_rootfs', 'depends', False)}" |
| 308 | do_populate_sdk[rdepends] = "${@' '.join([x + ':do_package_write_${IMAGE_PKGTYPE} ' + x + ':do_packagedata' for x in d.getVar('SDK_RDEPENDS').split()])}" | 308 | do_populate_sdk[rdepends] = "${@' '.join([x + ':do_package_write_${IMAGE_PKGTYPE} ' + x + ':do_packagedata' for x in d.getVar('SDK_RDEPENDS').split()])}" |
| 309 | do_populate_sdk[recrdeptask] += "do_packagedata do_package_write_rpm do_package_write_ipk do_package_write_deb" | 309 | do_populate_sdk[recrdeptask] += "do_packagedata do_package_write_rpm do_package_write_ipk do_package_write_deb" |
| 310 | do_populate_sdk[file-checksums] += "${POSTINST_INTERCEPT_CHECKSUMS}" | ||
| 310 | addtask populate_sdk | 311 | addtask populate_sdk |
