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-19 22:51:06 +0000 |
commit | 279fec228282749f4ff6c95f79295c1e8b3db76d (patch) | |
tree | 0fa195eaf3a13537d03041c87c330d12bf578e11 | |
parent | 14388db7f0b605536129c925aa667998777b4077 (diff) | |
download | openembedded-core-279fec228282749f4ff6c95f79295c1e8b3db76d.tar.gz openembedded-core-279fec228282749f4ff6c95f79295c1e8b3db76d.tar.bz2 openembedded-core-279fec228282749f4ff6c95f79295c1e8b3db76d.zip |
systemd-compat-units: Add PACKAGE_WRITE_DEPS for postinst
The postinstall needs systemd-systemctl-native, mark the dependency
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd-compat-units.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index 0f0876bbdb..fe9a521d7f 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" PR = "r29" -DEPENDS = "systemd-systemctl-native" +PACKAGE_WRITE_DEPS += "systemd-systemctl-native" S = "${WORKDIR}" |