diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2015-12-11 15:58:32 -0600 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-15 09:14:10 -0500 |
commit | 48c92614875e9a1c4abaf3030e2680ffec37cc9a (patch) | |
tree | 723c5567010fb8b46122a7d8347eb70a8ed2119a | |
parent | 1dd907acd388d911efb5e3623edfd392df9e1c68 (diff) | |
download | meta-virtualization-48c92614875e9a1c4abaf3030e2680ffec37cc9a.tar.gz |
xen: drop PR variable from include file
The PR server has taken care of revision bumps for quite some time, so
we can safely drop PR from the xen .inc file.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/xen/xen.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 1bb0e6aa..00f18238 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -2,7 +2,6 @@ DESCRIPTION = "Xen hypervisor" | |||
2 | HOMEPAGE = "http://xen.org" | 2 | HOMEPAGE = "http://xen.org" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | SECTION = "console/tools" | 4 | SECTION = "console/tools" |
5 | PR = "r0" | ||
6 | 5 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=e0f0f3ac55608719a82394cc353928df" |
8 | 7 | ||