All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurentiu Palcu <laurentiu.palcu@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 04/10] libdrm: upgrade to 2.4.35
Date: Wed, 04 Jul 2012 21:26:38 +0300	[thread overview]
Message-ID: <4FF48ADE.6060302@intel.com> (raw)
In-Reply-To: <20120704172309.GF15100@jama.jama.net>


On 07/04/2012 08:23 PM, Martin Jansa wrote:
> On Tue, Jul 03, 2012 at 09:50:21AM +0300, Laurentiu Palcu wrote:
>> Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
> 
> Is there specific reason that it wasn't upgraded to latest 2.4.37?
> 
> Maybe it was because intel test is failing in 2.4.37:
> http://cgit.freedesktop.org/mesa/drm/commit/?id=8fad46b614a156e3a0e65cd0af4c132a5820d29e
> 
Actually, I simply forgot to check if there was a newer version upstream
than the one I had (I probably had an older list from the package
reporting system). I did, however, realize there were some new versions
upstream when I upgraded directfb, libx11, etc (patches on their way as
I write these lines)... These were upgraded to the latest versions.

So, libdrm will be upgraded to the latest too.

Sorry about the confusion,
Laurentiu

> just wanted to be sure before rebasing glamo patch in meta-openmoko
> layer for 2.4.35..
> 
> Cheers,
> 
>> ---
>>  .../drm/{libdrm_2.4.34.bb => libdrm_2.4.35.bb}     |    4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>  rename meta/recipes-graphics/drm/{libdrm_2.4.34.bb => libdrm_2.4.35.bb} (62%)
>>
>> diff --git a/meta/recipes-graphics/drm/libdrm_2.4.34.bb b/meta/recipes-graphics/drm/libdrm_2.4.35.bb
>> similarity index 62%
>> rename from meta/recipes-graphics/drm/libdrm_2.4.34.bb
>> rename to meta/recipes-graphics/drm/libdrm_2.4.35.bb
>> index bf489cf..3677b8d 100644
>> --- a/meta/recipes-graphics/drm/libdrm_2.4.34.bb
>> +++ b/meta/recipes-graphics/drm/libdrm_2.4.35.bb
>> @@ -8,5 +8,5 @@ SRC_URI += "file://installtests.patch \
>>              file://GNU_SOURCE_definition.patch \
>>             "
>>  
>> -SRC_URI[md5sum] = "293cb2b31392d52caa02ab0861dfc2c9"
>> -SRC_URI[sha256sum] = "a468570e7c85107b7c2f8eaceeebaa8f8a0da86482618f445bb74fa0b0d0f8d0"
>> +SRC_URI[md5sum] = "a40f5293dc0a7b49d2a1e959d7d60194"
>> +SRC_URI[sha256sum] = "c390aee132f05910edb09398b70e108c6b53f9b69b21914a9ea3165eed6f1b21"
>> -- 
>> 1.7.9.5
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> 
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



  reply	other threads:[~2012-07-04 18:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-03  6:50 [PATCH 00/10] package upgrades, about 10 Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 01/10] xf86-input-vmmouse: upgrade to 12.9.0 Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 02/10] xf86-input-synaptics: upgrade to 1.6.2 Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 03/10] xcb-util: upgrade to 0.3.9 Laurentiu Palcu
2012-07-04 17:24   ` Martin Jansa
2012-07-04 17:32     ` [PATCH 1/2] startup-notification: bump PR because libxcb-util soname was changed Martin Jansa
2012-07-04 17:32       ` [PATCH 2/2] matchbox-panel-2: " Martin Jansa
2012-07-03  6:50 ` [PATCH 04/10] libdrm: upgrade to 2.4.35 Laurentiu Palcu
2012-07-04 17:23   ` Martin Jansa
2012-07-04 18:26     ` Laurentiu Palcu [this message]
2012-07-03  6:50 ` [PATCH 05/10] ethtool: upgrade to 3.4.1 Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 06/10] libxft: upgrade to 2.3.1 Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 07/10] xcb-util-wm: upgrade to 0.3.9 Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 08/10] xcb-util-image: " Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 09/10] xcb-util-keysyms: " Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 10/10] lighttpd: upgrade to 1.4.31 Laurentiu Palcu
2012-07-05 17:47 ` [PATCH 00/10] package upgrades, about 10 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=4FF48ADE.6060302@intel.com \
    --to=laurentiu.palcu@intel.com \
    --cc=openembedded-core@lists.openembedded.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.