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 | 5c967d072c2fea5013e1688a764e3253fc59c13b (patch) | |
tree | 39a8100db51c6ced101f8f3060304921a74c0757 /meta/recipes-core | |
parent | 2ef9c181abcc00c75ea0fb1e53adb3a93790eeba (diff) | |
download | poky-5c967d072c2fea5013e1688a764e3253fc59c13b.tar.gz |
systemd-compat-units: Add PACKAGE_WRITE_DEPS for postinst
The postinstall needs systemd-systemctl-native, mark the dependency
(From OE-Core rev: 279fec228282749f4ff6c95f79295c1e8b3db76d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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" | |||
4 | 4 | ||
5 | PR = "r29" | 5 | PR = "r29" |
6 | 6 | ||
7 | DEPENDS = "systemd-systemctl-native" | 7 | PACKAGE_WRITE_DEPS += "systemd-systemctl-native" |
8 | 8 | ||
9 | S = "${WORKDIR}" | 9 | S = "${WORKDIR}" |
10 | 10 | ||