From a6b72344a20a641bb4bd624a9104c5063cf6711f Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Thu, 9 Aug 2018 13:16:49 +0800 Subject: postgresql: upgrade 9.4.18 -> 10.4 Signed-off-by: Changqing Li Signed-off-by: Khem Raj --- meta-oe/recipes-dbs/postgresql/postgresql_10.4.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_10.4.bb (limited to 'meta-oe/recipes-dbs/postgresql/postgresql_10.4.bb') diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_10.4.bb b/meta-oe/recipes-dbs/postgresql/postgresql_10.4.bb new file mode 100644 index 0000000000..26c44a4933 --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_10.4.bb @@ -0,0 +1,10 @@ +require postgresql.inc + +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6dc95e63aa4d72502ff8193dfe2ddd38" + +SRC_URI += "\ + file://not-check-libperl.patch \ +" + +SRC_URI[md5sum] = "8e8770c289b3e0bdb779b5b171593479" +SRC_URI[sha256sum] = "1b60812310bd5756c62d93a9f93de8c28ea63b0df254f428cd1cf1a4d9020048" -- cgit 1.2.3-korg