[oe-commits] [meta-openembedded] 04/23: postgresql: upgrade 9.4.17 -> 9.4.18

git at git.openembedded.org git at git.openembedded.org
Sat Jun 30 16:05:43 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 54aa4c4cdadb1c4a164dd76632091243566fb6f2
Author: changqing.li at windriver.com <changqing.li at windriver.com>
AuthorDate: Fri Jun 29 14:22:14 2018 +0800

    postgresql: upgrade 9.4.17 -> 9.4.18
    
    Signed-off-by: Changqing Li <changqing.li at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-dbs/postgresql/postgresql_9.4.17.bb |  9 ---------
 meta-oe/recipes-dbs/postgresql/postgresql_9.4.18.bb | 13 +++++++++++++
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_9.4.17.bb b/meta-oe/recipes-dbs/postgresql/postgresql_9.4.17.bb
deleted file mode 100644
index 8a01d86..0000000
--- a/meta-oe/recipes-dbs/postgresql/postgresql_9.4.17.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-require postgresql.inc
-
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6dc95e63aa4d72502ff8193dfe2ddd38"
-
-SRC_URI += "\
-    file://not-check-libperl.patch \
-"
-SRC_URI[md5sum] = "0a08f4078f5e4a54e764f63ad38a6de3"
-SRC_URI[sha256sum] = "7a320cd335052b840d209dc9688f09965763351c590e3cc7bf577591179fd7c6"
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_9.4.18.bb b/meta-oe/recipes-dbs/postgresql/postgresql_9.4.18.bb
new file mode 100644
index 0000000..a306bca
--- /dev/null
+++ b/meta-oe/recipes-dbs/postgresql/postgresql_9.4.18.bb
@@ -0,0 +1,13 @@
+require postgresql.inc
+
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6dc95e63aa4d72502ff8193dfe2ddd38"
+
+SRC_URI += "\
+    file://not-check-libperl.patch \
+"
+
+UPSTREAM_CHECK_URI = "http://ftp.postgresql.org/pub/source/"
+UPSTREAM_CHECK_REGEX = "(?P<pver>v9.4(\.\d+)+(-P\d+)*)/"
+
+SRC_URI[md5sum] = "4032f32af5afb0aa8f78f9a5639c0873"
+SRC_URI[sha256sum] = "428337f2b2f5e3ea21b8a44f88eb89c99a07a324559b99aebe777c9abdf4c4c0"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list