All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] libpcre: Update to 8.35 version
@ 2014-05-19  5:36 Chong Lu
  2014-05-19  5:36 ` [PATCH 1/1] " Chong Lu
  0 siblings, 1 reply; 5+ messages in thread
From: Chong Lu @ 2014-05-19  5:36 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 874d81a5ebb6395b0d65d0082471287e522d0c47:

  gstreamer/lame: Better gcc 4.9 fix (2014-05-15 23:27:45 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib chonglu/libpcre
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/libpcre

Chong Lu (1):
  libpcre: Update to 8.35 version

 meta/recipes-support/libpcre/{libpcre_8.34.bb => libpcre_8.35.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libpcre/{libpcre_8.34.bb => libpcre_8.35.bb} (91%)

-- 
1.8.1.2



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

* [PATCH 1/1] libpcre: Update to 8.35 version
  2014-05-19  5:36 [PATCH 0/1] libpcre: Update to 8.35 version Chong Lu
@ 2014-05-19  5:36 ` Chong Lu
  2014-05-19 17:31   ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Chong Lu @ 2014-05-19  5:36 UTC (permalink / raw)
  To: openembedded-core

Upgrade libpcre to 8.35 version.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 meta/recipes-support/libpcre/{libpcre_8.34.bb => libpcre_8.35.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libpcre/{libpcre_8.34.bb => libpcre_8.35.bb} (91%)

diff --git a/meta/recipes-support/libpcre/libpcre_8.34.bb b/meta/recipes-support/libpcre/libpcre_8.35.bb
similarity index 91%
rename from meta/recipes-support/libpcre/libpcre_8.34.bb
rename to meta/recipes-support/libpcre/libpcre_8.35.bb
index 5c5072c..a99b34c 100644
--- a/meta/recipes-support/libpcre/libpcre_8.34.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.35.bb
@@ -6,7 +6,7 @@ SUMMARY = "Perl Compatible Regular Expressions"
 HOMEPAGE = "http://www.pcre.org"
 SECTION = "devel"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=0920cc1a9f7ba95464491fa83c86afd8"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=ded617e975f28e15952dc68b84a7ac1a"
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \
            file://pcre-cross.patch \
            file://fix-pcre-name-collision.patch \
@@ -14,8 +14,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \
            file://Makefile \
 "
 
-SRC_URI[md5sum] = "5439e321351bddd5533551bbce128d07"
-SRC_URI[sha256sum] = "b6043ae1ff2720be665ffa28dc22b7c637cdde96f389a116c0c3020caeae583f"
+SRC_URI[md5sum] = "6aacb23986adccd9b3bc626c00979958"
+SRC_URI[sha256sum] = "a961c1c78befef263cc130756eeca7b674b4e73a81533293df44e4265236865b"
 
 S = "${WORKDIR}/pcre-${PV}"
 
-- 
1.8.1.2



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

* Re: [PATCH 1/1] libpcre: Update to 8.35 version
  2014-05-19  5:36 ` [PATCH 1/1] " Chong Lu
@ 2014-05-19 17:31   ` Khem Raj
  2014-05-19 17:38     ` Mark Hatle
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2014-05-19 17:31 UTC (permalink / raw)
  To: Chong Lu; +Cc: Patches and discussions about the oe-core layer

On Sun, May 18, 2014 at 10:36 PM, Chong Lu <Chong.Lu@windriver.com> wrote:
> -LIC_FILES_CHKSUM = "file://LICENCE;md5=0920cc1a9f7ba95464491fa83c86afd8"
> +LIC_FILES_CHKSUM = "file://LICENCE;md5=ded617e975f28e15952dc68b84a7ac1a"

what changed ?


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

* Re: [PATCH 1/1] libpcre: Update to 8.35 version
  2014-05-19 17:31   ` Khem Raj
@ 2014-05-19 17:38     ` Mark Hatle
  2014-05-20  0:55       ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Hatle @ 2014-05-19 17:38 UTC (permalink / raw)
  To: openembedded-core

On 5/19/14, 12:31 PM, Khem Raj wrote:
> On Sun, May 18, 2014 at 10:36 PM, Chong Lu <Chong.Lu@windriver.com> wrote:
>> -LIC_FILES_CHKSUM = "file://LICENCE;md5=0920cc1a9f7ba95464491fa83c86afd8"
>> +LIC_FILES_CHKSUM = "file://LICENCE;md5=ded617e975f28e15952dc68b84a7ac1a"
>
> what changed ?
>

I just checked, and the only diff I can see is copyright 'years' were updated to 
include 2014.

--Mark


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

* Re: [PATCH 1/1] libpcre: Update to 8.35 version
  2014-05-19 17:38     ` Mark Hatle
@ 2014-05-20  0:55       ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2014-05-20  0:55 UTC (permalink / raw)
  To: Mark Hatle; +Cc: Patches and discussions about the oe-core layer

On Mon, May 19, 2014 at 10:38 AM, Mark Hatle <mark.hatle@windriver.com> wrote:
> I just checked, and the only diff I can see is copyright 'years' were
> updated to include 2014.

OK may be amend the commit to reflect it


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

end of thread, other threads:[~2014-05-20  0:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-19  5:36 [PATCH 0/1] libpcre: Update to 8.35 version Chong Lu
2014-05-19  5:36 ` [PATCH 1/1] " Chong Lu
2014-05-19 17:31   ` Khem Raj
2014-05-19 17:38     ` Mark Hatle
2014-05-20  0:55       ` Khem Raj

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.