mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
543d230ad5
commit
323c1bb6f4
|
@ -70,6 +70,13 @@ RDEPENDS_${PN}-xencommons = "\
|
|||
${PN}-scripts-common \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-xendomains = "\
|
||||
${PN}-console \
|
||||
${PN}-scripts-block \
|
||||
${PN}-scripts-common \
|
||||
${PN}-xenstored \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-xl = "libgcc"
|
||||
|
||||
PACKAGES = "\
|
||||
|
|
Loading…
Reference in New Issue
Block a user