Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: Yu Ke <ke.yu@intel.com>
Cc: poky@yoctoproject.org, openembedded-core@lists.openembedded.org
Subject: Re: [poky] [PATCH 5/9] evieext: upgrade from 1.1.0 to 1.1.1
Date: Mon, 11 Apr 2011 11:13:37 -0700	[thread overview]
Message-ID: <4DA344D1.6080206@intel.com> (raw)
In-Reply-To: <b5e34c499be6bf4ac13d59e98c1e61585d1d9a84.1302485033.git.ke.yu@intel.com>

On 04/10/2011 06:28 PM, Yu Ke wrote:
> From: Yu Ke<ke.yu@intel.com>
>
> - also change license checksum, the license is still MIT-X, but corp name
>    is changed from SUN to Oracle
>
> Signed-off-by: Yu Ke<ke.yu@intel.com>
> ---
>   .../distro/include/preferred-xorg-versions.inc     |    2 +-
>   .../{evieext_1.1.0.bb =>  evieext_1.1.1.bb}         |    8 ++++----
>   2 files changed, 5 insertions(+), 5 deletions(-)
>   rename meta/recipes-graphics/xorg-proto/{evieext_1.1.0.bb =>  evieext_1.1.1.bb} (54%)
>
> diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc
> index 5fd2040..fabc0da 100644
> --- a/meta/conf/distro/include/preferred-xorg-versions.inc
> +++ b/meta/conf/distro/include/preferred-xorg-versions.inc
> @@ -9,7 +9,7 @@ PREFERRED_VERSION_bigreqsproto-nativesdk ?= "1.1.1"
>   PREFERRED_VERSION_compositeproto ?= "0.4.2"
>   PREFERRED_VERSION_damageproto ?= "1.2.1"
>   PREFERRED_VERSION_dmxproto ?= "2.3.1"
> -PREFERRED_VERSION_evieext ?= "1.1.0"
> +PREFERRED_VERSION_evieext ?= "1.1.1"
>   PREFERRED_VERSION_fixesproto ?= "4.1.2"
>   PREFERRED_VERSION_fontcacheproto ?= "0.1.3"
>   PREFERRED_VERSION_fontcacheproto-native ?= "0.1.3"
> diff --git a/meta/recipes-graphics/xorg-proto/evieext_1.1.0.bb b/meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb
> similarity index 54%
> rename from meta/recipes-graphics/xorg-proto/evieext_1.1.0.bb
> rename to meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb
> index 5800af1..271398d 100644
> --- a/meta/recipes-graphics/xorg-proto/evieext_1.1.0.bb
> +++ b/meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb
> @@ -6,10 +6,10 @@ DESCRIPTION = "This package provides the wire protocol for the X Event \
>   Interception Extension.  This extension allows the interception of \
>   keyboard and mouse events."
>
> -PR = "r1"
> +PR = "r0"
>   PE = "1"
>
> -LIC_FILES_CHKSUM = "file://COPYING;md5=6cf85dc8217152304ac976db1e240ebe"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4db9fc6a58e873c6392eec53082d89b5"
>
Was there a change in the type of license?  Why did COPYING change?

Sau!
> -SRC_URI[md5sum] = "5c74f61d6f77b2e6a083b2b31000be42"
> -SRC_URI[sha256sum] = "47881a52a8d9da1e41e4f028ed32a8b44f738afbead819c0a07253fdc1641885"
> +SRC_URI[md5sum] = "98bd86a13686f65f0873070fdee6efc7"
> +SRC_URI[sha256sum] = "1cf74114436d99f56577a90b6438a32ba31b8128c9e63842bb179aba592733fe"




  reply	other threads:[~2011-04-11 18:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-11  1:28 [PATCH 0/9] upgrade recipes Yu Ke
2011-04-11  1:28 ` [PATCH 1/9] libdrm: upgrade from 2.4.23 to 2.4.24 Yu Ke
2011-04-11  1:28 ` [PATCH 2/9] xf86-input-synaptics: upgrade from 1.3.0 to 1.4.0 Yu Ke
2011-04-11  1:28 ` [PATCH 3/9] xf86-input-vmmouse: upgrade from 12.6.10 to 12.7.0 Yu Ke
2011-04-11  1:28 ` [PATCH 4/9] mesa: upgrade to 7.10.2 Yu Ke
2011-04-11  1:28 ` [PATCH 5/9] evieext: upgrade from 1.1.0 to 1.1.1 Yu Ke
2011-04-11 18:13   ` Saul Wold [this message]
2011-04-12  7:23     ` [poky] " Yu Ke
2011-04-11  1:28 ` [PATCH 6/9] xf86-input-mouse: upgrade from 1.6 to 1.7 Yu Ke
2011-04-11  1:28 ` [PATCH 7/9] pango: upgrade from 1.28.3 to 1.28.4 Yu Ke
2011-04-11  1:28 ` [PATCH 8/9] xf86-input-keyboard: upgrade from 1.5.0 to 1.6.0 Yu Ke
2011-04-11  1:28 ` [PATCH 9/9] xkbcomp: upgrade from 1.2.0 to 1.2.1 Yu Ke
2011-04-18 21:28 ` [poky] [PATCH 0/9] upgrade recipes Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DA344D1.6080206@intel.com \
    --to=saul.wold@intel.com \
    --cc=ke.yu@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox