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

Mark Asselstine mark.asselstine at windriver.com
Mon Dec 14 20:08:18 PST 2015


On Dec 11, 2015 4:59 PM, "Doug Goldstein" <cardoe at cardoe.com> wrote:
>
> It appears inapporpriate to have this variable in the include file and
> should live within the bitbake files themselves.

Actually you should drop this completely, the PR server will take care of
this for you.

Mark

>
> 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
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20151214/6b5c32a9/attachment.html>


More information about the meta-virtualization mailing list