diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-03-01 10:48:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-15 01:53:03 +0000 |
| commit | 1dc26af40022588023032bd57c5285e9d4cd98fc (patch) | |
| tree | 086033af89a7788eb54e56442eae71ed4433078e | |
| parent | e9fc2321a478661c2cc1d57657337a306f4b52a2 (diff) | |
| download | poky-1dc26af40022588023032bd57c5285e9d4cd98fc.tar.gz | |
systemd-compat-units: add missing systemd-systemctl-native dependency
This package has postinsts that run on the build host, but wasn't depending on
systemd-systemctl-native.
(From OE-Core rev: b4b83eb092e2c1ed2bca64ab43150228e4f6cc80)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/systemd/systemd-compat-units.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index a7bfee3c4b..19a1ea1889 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb | |||
| @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
| 5 | 5 | ||
| 6 | PR = "r18" | 6 | PR = "r18" |
| 7 | 7 | ||
| 8 | DEPENDS = "systemd-systemctl-native" | ||
| 9 | |||
| 8 | inherit allarch | 10 | inherit allarch |
| 9 | 11 | ||
| 10 | SRC_URI = "file://*.service" | 12 | SRC_URI = "file://*.service" |
