All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] libpcre: Upgrade to 8.36
@ 2014-10-08  6:44 Chong Lu
  2014-10-08  6:44 ` [PATCH 1/1] " Chong Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Chong Lu @ 2014-10-08  6:44 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 505a6b696ae990442de720e5e1135a3e44d5f75c:

  bitbake: fetcher: fix BB_STRICT_CHECKSUM datatype check (2014-10-06 16:09:53 +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: Upgrade to 8.36

 meta/recipes-support/libpcre/libpcre/Makefile                     | 2 +-
 meta/recipes-support/libpcre/{libpcre_8.35.bb => libpcre_8.36.bb} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libpcre/{libpcre_8.35.bb => libpcre_8.36.bb} (94%)

-- 
1.9.1



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

* [PATCH 1/1] libpcre: Upgrade to 8.36
  2014-10-08  6:44 [PATCH 0/1] libpcre: Upgrade to 8.36 Chong Lu
@ 2014-10-08  6:44 ` Chong Lu
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Lu @ 2014-10-08  6:44 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 meta/recipes-support/libpcre/libpcre/Makefile                     | 2 +-
 meta/recipes-support/libpcre/{libpcre_8.35.bb => libpcre_8.36.bb} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libpcre/{libpcre_8.35.bb => libpcre_8.36.bb} (94%)

diff --git a/meta/recipes-support/libpcre/libpcre/Makefile b/meta/recipes-support/libpcre/libpcre/Makefile
index 5419d71..708d807 100644
--- a/meta/recipes-support/libpcre/libpcre/Makefile
+++ b/meta/recipes-support/libpcre/libpcre/Makefile
@@ -65,7 +65,7 @@ am__test_logs1 = $(TESTS:=.log)
 am__test_logs2 = $(am__test_logs1:.log=.log)
 TEST_LOGS = $(am__test_logs2:.test.log=.log)
 MKDIR_P = /bin/mkdir -p
-PACKAGE_STRING = PCRE 8.34
+PACKAGE_STRING = PCRE 8.36
 SHELL = /bin/sh
 srcdir = .
 top_srcdir = .
diff --git a/meta/recipes-support/libpcre/libpcre_8.35.bb b/meta/recipes-support/libpcre/libpcre_8.36.bb
similarity index 94%
rename from meta/recipes-support/libpcre/libpcre_8.35.bb
rename to meta/recipes-support/libpcre/libpcre_8.36.bb
index 92098c8..6aa0237 100644
--- a/meta/recipes-support/libpcre/libpcre_8.35.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.36.bb
@@ -14,8 +14,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \
            file://Makefile \
 "
 
-SRC_URI[md5sum] = "6aacb23986adccd9b3bc626c00979958"
-SRC_URI[sha256sum] = "a961c1c78befef263cc130756eeca7b674b4e73a81533293df44e4265236865b"
+SRC_URI[md5sum] = "b767bc9af0c20bc9c1fe403b0d41ad97"
+SRC_URI[sha256sum] = "ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb"
 
 S = "${WORKDIR}/pcre-${PV}"
 
-- 
1.9.1



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

end of thread, other threads:[~2014-10-08  6:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-08  6:44 [PATCH 0/1] libpcre: Upgrade to 8.36 Chong Lu
2014-10-08  6:44 ` [PATCH 1/1] " Chong Lu

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.