diff options
author | Philip Tricca <flihp@twobit.us> | 2014-01-20 01:59:35 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-20 13:06:22 -0500 |
commit | ab8011839174030fc81bbf91bec861d0a9f95c42 (patch) | |
tree | 0364cf3c9d134457593617747d2c9a1dd2ba3b0c | |
parent | e84dfcdaae0d09dcb55c0aebc629b7a0a3a59754 (diff) | |
download | meta-virtualization-ab8011839174030fc81bbf91bec861d0a9f95c42.tar.gz |
xen: Add RDEPENDS for xencommons.
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 b179ee83..54b0e1d4 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -63,6 +63,13 @@ RDEPENDS_${PN}-scripts-network = "\ | |||
63 | ${PN}-volatiles \ | 63 | ${PN}-volatiles \ |
64 | " | 64 | " |
65 | 65 | ||
66 | RDEPENDS_${PN}-xencommons = "\ | ||
67 | ${PN}-console \ | ||
68 | ${PN}-xenstore \ | ||
69 | ${PN}-xenstored \ | ||
70 | ${PN}-scripts-common \ | ||
71 | " | ||
72 | |||
66 | PACKAGES = "\ | 73 | PACKAGES = "\ |
67 | ${PN}-base \ | 74 | ${PN}-base \ |
68 | ${PN}-blktap \ | 75 | ${PN}-blktap \ |