diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 17:01:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:53:50 +0000 |
commit | d4f69f40aceaa19e02dfe5440127856cc86f2fc0 (patch) | |
tree | f0690c42acb8be0875fcc6f784ec3d27922ffce8 /meta | |
parent | 7ba7380d778e1c0a8acd469c99c82e10b92f2dc0 (diff) | |
download | poky-d4f69f40aceaa19e02dfe5440127856cc86f2fc0.tar.gz |
initscripts: Add PACKAGE_WRITE_DEPS for postinst
The postinstall needs systemd-systemctl-native, mark the dependency
(From OE-Core rev: 853f05b4d81c9af0fe1050cd15f13b8d3f9a93a9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/initscripts/initscripts_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb index 8f110b0050..2e4f7e4669 100644 --- a/meta/recipes-core/initscripts/initscripts_1.0.bb +++ b/meta/recipes-core/initscripts/initscripts_1.0.bb | |||
@@ -44,7 +44,7 @@ KERNEL_VERSION = "" | |||
44 | 44 | ||
45 | inherit update-alternatives | 45 | inherit update-alternatives |
46 | DEPENDS_append = " update-rc.d-native" | 46 | DEPENDS_append = " update-rc.d-native" |
47 | DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-native','',d)}" | 47 | PACKAGE_WRITE_DEPS_append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-native','',d)}" |
48 | 48 | ||
49 | PACKAGES =+ "${PN}-functions" | 49 | PACKAGES =+ "${PN}-functions" |
50 | RDEPENDS_${PN} = "${PN}-functions \ | 50 | RDEPENDS_${PN} = "${PN}-functions \ |