[meta-virtualization] [PATCH 4/4] xen: move PR variable from include file

Doug Goldstein cardoe at cardoe.com
Fri Dec 11 13:58:32 PST 2015


It appears inapporpriate to have this variable in the include file and
should live within the bitbake files themselves.

Signed-off-by: Doug Goldstein <cardoe at cardoe.com>
---
 recipes-extended/xen/xen.inc      | 1 -
 recipes-extended/xen/xen_4.5.0.bb | 1 +
 recipes-extended/xen/xen_git.bb   | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 1bb0e6a..00f1823 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -2,7 +2,6 @@ DESCRIPTION = "Xen hypervisor"
 HOMEPAGE = "http://xen.org"
 LICENSE = "GPLv2"
 SECTION = "console/tools"
-PR = "r0"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df"
 
diff --git a/recipes-extended/xen/xen_4.5.0.bb b/recipes-extended/xen/xen_4.5.0.bb
index 6c17b90..73d01c4 100644
--- a/recipes-extended/xen/xen_4.5.0.bb
+++ b/recipes-extended/xen/xen_4.5.0.bb
@@ -1,4 +1,5 @@
 require xen.inc
+PR = "r0"
 
 SRC_URI = " \
     http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz \
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb
index 88145a3..4def3bf 100644
--- a/recipes-extended/xen/xen_git.bb
+++ b/recipes-extended/xen/xen_git.bb
@@ -1,4 +1,5 @@
 require xen.inc
+PR = "r0"
 
 SRCREV = "68bd172e6fa565899c846eb72755c8ffd8562c8a"
 
-- 
2.4.10



More information about the meta-virtualization mailing list