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 | 7ba7380d778e1c0a8acd469c99c82e10b92f2dc0 (patch) | |
| tree | 3993a363f930e1bbde629682bcdd26866eea2a9c /meta/recipes-bsp | |
| parent | 1d564fa2effc572d1e6e427c931418f72a48c7b0 (diff) | |
| download | poky-7ba7380d778e1c0a8acd469c99c82e10b92f2dc0.tar.gz | |
v86d: Add PACKAGE_WRITE_DEPS for postinst
The postinstall needs systemd-systemctl-native, mark the dependency
(From OE-Core rev: f97d9e6befb4b96531a381547d546632ec0e8496)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
| -rw-r--r-- | meta/recipes-bsp/v86d/v86d_0.1.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index 1046d63410..eab466d30d 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb | |||
| @@ -60,7 +60,7 @@ python __anonymous() { | |||
| 60 | 60 | ||
| 61 | inherit update-rc.d | 61 | inherit update-rc.d |
| 62 | 62 | ||
| 63 | DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-native','',d)}" | 63 | PACKAGE_WRITE_DEPS_append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-native','',d)}" |
| 64 | pkg_postinst_${PN} () { | 64 | pkg_postinst_${PN} () { |
| 65 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','true','false',d)}; then | 65 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','true','false',d)}; then |
| 66 | if [ -n "$D" ]; then | 66 | if [ -n "$D" ]; then |
