From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SVGA5-0007Ln-JI for openembedded-core@lists.openembedded.org; Fri, 18 May 2012 07:55:37 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 17 May 2012 22:45:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="144722271" Received: from unknown (HELO [10.255.13.133]) ([10.255.13.133]) by azsmga001.ch.intel.com with ESMTP; 17 May 2012 22:45:32 -0700 Message-ID: <4FB5E1FA.5060100@linux.intel.com> Date: Fri, 18 May 2012 08:45:30 +0300 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1337178421-22908-1-git-send-email-alexandru.damian@intel.com> In-Reply-To: <1337178421-22908-1-git-send-email-alexandru.damian@intel.com> Subject: Re: [PATCH] xf86-video-vmware: update package to 12.0.2 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 05:55:37 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 05/16/2012 05:27 PM, Alexandru DAMIAN wrote: > This patch updates the package version for the vmware xorg driver > to 12.0.2, following upstream. No other changes made beside updating > the checksums. > --- > ...mware_12.0.1.bb => xf86-video-vmware_12.0.2.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-graphics/xorg-driver/{xf86-video-vmware_12.0.1.bb => xf86-video-vmware_12.0.2.bb} (74%) > > diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.1.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.2.bb > similarity index 74% > rename from meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.1.bb > rename to meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.2.bb > index a5655fc..71f0339 100644 > --- a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.1.bb > +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_12.0.2.bb > @@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53" > DEPENDS += "virtual/libx11 libxvmc drm glproto \ > virtual/libgl xineramaproto libpciaccess" > > -PR = "${INC_PR}.1" > +PR = "${INC_PR}.0" > > -SRC_URI[md5sum] = "08101a9b09774ec2f432db5118928c53" > -SRC_URI[sha256sum] = "ded644af1f74ca0ebdc759e3db715519c476b341c1783c3d92c93a76591ed496" > +SRC_URI[md5sum] = "0743ec7c479603fba60d118858fd5783" > +SRC_URI[sha256sum] = "c827875fd94805ec9b925fe09aaa973e7e3f9096c7ef311d449c3f134ae75147" > > COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' > Merged into OE-Core Thanks Sau!