summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/xen/xen.inc13
-rw-r--r--recipes-extended/xen/xen_4.6.0.bb (renamed from recipes-extended/xen/xen_4.5.0.bb)4
2 files changed, 3 insertions, 14 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 4833c9e7..6bc85fe5 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://xen.org"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4SECTION = "console/tools" 4SECTION = "console/tools"
5 5
6LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df" 6LIC_FILES_CHKSUM = "file://COPYING;md5=a6260c12cd5de27e80d89ae18e48d20a"
7 7
8COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux' 8COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux'
9 9
@@ -69,7 +69,6 @@ RDEPENDS_${PN}-base = "\
69 ${PN}-fsimage \ 69 ${PN}-fsimage \
70 ${PN}-scripts-block \ 70 ${PN}-scripts-block \
71 ${PN}-scripts-network \ 71 ${PN}-scripts-network \
72 ${PN}-udev \
73 ${PN}-xen-watchdog \ 72 ${PN}-xen-watchdog \
74 ${PN}-xencommons \ 73 ${PN}-xencommons \
75 ${PN}-xendomains \ 74 ${PN}-xendomains \
@@ -105,7 +104,6 @@ RDEPENDS_${PN}-remus = "python"
105RDEPENDS_${PN}-scripts-block = "\ 104RDEPENDS_${PN}-scripts-block = "\
106 bash \ 105 bash \
107 ${PN}-scripts-common \ 106 ${PN}-scripts-common \
108 ${PN}-udev \
109 ${PN}-volatiles \ 107 ${PN}-volatiles \
110 " 108 "
111 109
@@ -115,12 +113,9 @@ RDEPENDS_${PN}-scripts-network = "\
115 bash \ 113 bash \
116 bridge-utils \ 114 bridge-utils \
117 ${PN}-scripts-common \ 115 ${PN}-scripts-common \
118 ${PN}-udev \
119 ${PN}-volatiles \ 116 ${PN}-volatiles \
120 " 117 "
121 118
122RDEPENDS_${PN}-udev = "udev"
123
124RDEPENDS_${PN}-xencommons = "\ 119RDEPENDS_${PN}-xencommons = "\
125 bash \ 120 bash \
126 ${PN}-console \ 121 ${PN}-console \
@@ -188,7 +183,6 @@ PACKAGES = "\
188 ${PN}-scripts-common \ 183 ${PN}-scripts-common \
189 ${PN}-scripts-network \ 184 ${PN}-scripts-network \
190 ${PN}-staticdev \ 185 ${PN}-staticdev \
191 ${PN}-udev \
192 ${PN}-volatiles \ 186 ${PN}-volatiles \
193 ${PN}-xcutils \ 187 ${PN}-xcutils \
194 ${PN}-xencommons \ 188 ${PN}-xencommons \
@@ -522,11 +516,6 @@ FILES_${PN}-scripts-common = " \
522 ${sysconfdir}/xen/scripts/xen-script-common.sh \ 516 ${sysconfdir}/xen/scripts/xen-script-common.sh \
523 " 517 "
524 518
525FILES_${PN}-udev = "\
526 ${sysconfdir}/udev/rules.d/xen-backend.rules \
527 ${sysconfdir}/udev/rules.d/xend.rules \
528 "
529
530FILES_${PN}-volatiles = "\ 519FILES_${PN}-volatiles = "\
531 ${sysconfdir}/default/volatiles/99_xen \ 520 ${sysconfdir}/default/volatiles/99_xen \
532 ${sysconfdir}/tmpfiles.d/xen.conf \ 521 ${sysconfdir}/tmpfiles.d/xen.conf \
diff --git a/recipes-extended/xen/xen_4.5.0.bb b/recipes-extended/xen/xen_4.6.0.bb
index 7f791cc1..92975a08 100644
--- a/recipes-extended/xen/xen_4.5.0.bb
+++ b/recipes-extended/xen/xen_4.6.0.bb
@@ -5,8 +5,8 @@ SRC_URI = " \
5 file://xen-x86-Fix-up-rules-when-forcing-mno-sse.patch \ 5 file://xen-x86-Fix-up-rules-when-forcing-mno-sse.patch \
6 " 6 "
7 7
8SRC_URI[md5sum] = "9bac43d2419d05a647064d9253bb03fa" 8SRC_URI[md5sum] = "48e232f90927c08326a7b52bb06f49bc"
9SRC_URI[sha256sum] = "5bdb40e2b28d2eeb541bd71a9777f40cbe2ae444b987521d33f099541a006f3b" 9SRC_URI[sha256sum] = "6fa1c2431df55aa5950d248e6093b8c8c0f11c357a0adbd348a2186478e80909"
10 10
11S = "${WORKDIR}/xen-${PV}" 11S = "${WORKDIR}/xen-${PV}"
12 12