Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1]aspell: upgrade from 0.60.6 to 0.60.6.1
@ 2011-08-01  0:41 Mei Lei
  2011-08-01  0:41 ` [PATCH 1/1] aspell: " Mei Lei
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mei Lei @ 2011-08-01  0:41 UTC (permalink / raw)
  To: openembedded-core

Hi Saul,
	This pull request upgrade aspell from 0.60.6 to 0.60.6.1, please review it.

Thanks
Lei

The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018:
  Bruce Ashfield (1):
        poky.conf: explicitly referenced preferred linux-yocto version

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib lmei3/upgrade-0730
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/upgrade-0730

Mei Lei (1):
  aspell: upgrade from 0.60.6 to 0.60.6.1

 .../{aspell_0.60.6.bb => aspell_0.60.6.1.bb}       |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/aspell/{aspell_0.60.6.bb => aspell_0.60.6.1.bb} (82%)




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] aspell: upgrade from 0.60.6 to 0.60.6.1
  2011-08-01  0:41 [PATCH 0/1]aspell: upgrade from 0.60.6 to 0.60.6.1 Mei Lei
@ 2011-08-01  0:41 ` Mei Lei
  2011-08-01  6:55 ` [PATCH 0/1]aspell: " Koen Kooi
  2011-08-04 14:47 ` Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Mei Lei @ 2011-08-01  0:41 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Mei Lei <lei.mei@intel.com>
---
 .../{aspell_0.60.6.bb => aspell_0.60.6.1.bb}       |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/aspell/{aspell_0.60.6.bb => aspell_0.60.6.1.bb} (82%)

diff --git a/meta/recipes-support/aspell/aspell_0.60.6.bb b/meta/recipes-support/aspell/aspell_0.60.6.1.bb
similarity index 82%
rename from meta/recipes-support/aspell/aspell_0.60.6.bb
rename to meta/recipes-support/aspell/aspell_0.60.6.1.bb
index 455ea35..d773ee3 100644
--- a/meta/recipes-support/aspell/aspell_0.60.6.bb
+++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb
@@ -1,12 +1,12 @@
 SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "bc80f0198773d5c05086522be67334eb"
-SRC_URI[sha256sum] = "4f5b1520e26cf6bbb1b5ca8a2f9f22948c3ca38ac4c2dd9e02df042fee7c0e36"
+SRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7"
+SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
 DESCRIPTION = "GNU Aspell spell-checker"
 SECTION = "console/utils"
 LICENSE="LGPLv2 | LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
-
+PR = "r0"
 PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
 
 FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
-- 
1.6.3.3




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1]aspell: upgrade from 0.60.6 to 0.60.6.1
  2011-08-01  0:41 [PATCH 0/1]aspell: upgrade from 0.60.6 to 0.60.6.1 Mei Lei
  2011-08-01  0:41 ` [PATCH 1/1] aspell: " Mei Lei
@ 2011-08-01  6:55 ` Koen Kooi
  2011-08-04 14:47 ` Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2011-08-01  6:55 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 1 aug. 2011, om 02:41 heeft Mei Lei het volgende geschreven:

> Hi Saul,
> 	This pull request upgrade aspell from 0.60.6 to 0.60.6.1, please review it.
> 
> Thanks
> Lei
> 
> The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018:
>  Bruce Ashfield (1):
>        poky.conf: explicitly referenced preferred linux-yocto version
> 
> are available in the git repository at:
> 
>  git://git.pokylinux.org/poky-contrib lmei3/upgrade-0730
>  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/upgrade-0730

This patch is against poky, not oe-core, please use oe-core as base when sending patches to the, well, oe-core list


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1]aspell: upgrade from 0.60.6 to 0.60.6.1
  2011-08-01  0:41 [PATCH 0/1]aspell: upgrade from 0.60.6 to 0.60.6.1 Mei Lei
  2011-08-01  0:41 ` [PATCH 1/1] aspell: " Mei Lei
  2011-08-01  6:55 ` [PATCH 0/1]aspell: " Koen Kooi
@ 2011-08-04 14:47 ` Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-08-04 14:47 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 07/31/2011 05:41 PM, Mei Lei wrote:
> Hi Saul,
> 	This pull request upgrade aspell from 0.60.6 to 0.60.6.1, please review it.
>
> Thanks
> Lei
>
> The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018:
>    Bruce Ashfield (1):
>          poky.conf: explicitly referenced preferred linux-yocto version
>
> are available in the git repository at:
>
>    git://git.pokylinux.org/poky-contrib lmei3/upgrade-0730
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/upgrade-0730
>
> Mei Lei (1):
>    aspell: upgrade from 0.60.6 to 0.60.6.1
>
>   .../{aspell_0.60.6.bb =>  aspell_0.60.6.1.bb}       |    6 +++---
>   1 files changed, 3 insertions(+), 3 deletions(-)
>   rename meta/recipes-support/aspell/{aspell_0.60.6.bb =>  aspell_0.60.6.1.bb} (82%)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>

Merged into OE-Core

Thanks
	Sau!




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-04 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01  0:41 [PATCH 0/1]aspell: upgrade from 0.60.6 to 0.60.6.1 Mei Lei
2011-08-01  0:41 ` [PATCH 1/1] aspell: " Mei Lei
2011-08-01  6:55 ` [PATCH 0/1]aspell: " Koen Kooi
2011-08-04 14:47 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox