diff options
| author | Philip Tricca <flihp@twobit.us> | 2014-02-10 01:45:19 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-11 14:29:17 -0500 |
| commit | 323c1bb6f46076149a58b0561f2555afafde6990 (patch) | |
| tree | 6e8144552b8b879347f591b535f425b263c99647 | |
| parent | 543d230ad5805b77661bd3999a883b75b9aedebb (diff) | |
| download | meta-virtualization-323c1bb6f46076149a58b0561f2555afafde6990.tar.gz | |
xen: Add RDEPENDS block for xendomains script.
I can't explain the dependency on xen-scripts-block as the xendomains
script doesn't invoke any of these scripts directly. Still xendomains
hangs indefinitely without them.
Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-extended/xen/xen.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index b238ddbb..b1212501 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
| @@ -70,6 +70,13 @@ RDEPENDS_${PN}-xencommons = "\ | |||
| 70 | ${PN}-scripts-common \ | 70 | ${PN}-scripts-common \ |
| 71 | " | 71 | " |
| 72 | 72 | ||
| 73 | RDEPENDS_${PN}-xendomains = "\ | ||
| 74 | ${PN}-console \ | ||
| 75 | ${PN}-scripts-block \ | ||
| 76 | ${PN}-scripts-common \ | ||
| 77 | ${PN}-xenstored \ | ||
| 78 | " | ||
| 79 | |||
| 73 | RDEPENDS_${PN}-xl = "libgcc" | 80 | RDEPENDS_${PN}-xl = "libgcc" |
| 74 | 81 | ||
| 75 | PACKAGES = "\ | 82 | PACKAGES = "\ |
