aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql_9.4.14.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-10-18 09:26:35 +0800
committerArmin Kuster <akuster808@gmail.com>2018-02-01 07:32:03 -0800
commitb4289b2048e09bfa71b99a6efba6f2a3ddf37016 (patch)
treec9608fea2c5384fc4a1340f1218e76ba7085884f /meta-oe/recipes-support/postgresql/postgresql_9.4.14.bb
parent0fb0fd23049064eb05ea351d6d0a1e705421a036 (diff)
downloadmeta-openembedded-b4289b2048e09bfa71b99a6efba6f2a3ddf37016.tar.gz
postgresql: Update to 9.4.14
1) Upgrade pcsc-lite from 9.4.13 to 9.4.14. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit f6c74fba0d0f8883b8abea581780741a2a757c49) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql_9.4.14.bb')
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql_9.4.14.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.14.bb b/meta-oe/recipes-support/postgresql/postgresql_9.4.14.bb
new file mode 100644
index 0000000000..5a78ea3ed0
--- /dev/null
+++ b/meta-oe/recipes-support/postgresql/postgresql_9.4.14.bb
@@ -0,0 +1,15 @@
+require postgresql.inc
+
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=81b69ddb31a8be66baafd14a90146ee2"
+
+SRC_URI += "\
+ file://remove.autoconf.version.check.patch \
+ file://not-check-libperl.patch \
+"
+
+do_compile_prepend_libc-musl() {
+ sed -i -e 's/\-lnsl//g' ${B}/src/Makefile.global
+}
+
+SRC_URI[md5sum] = "2b7e2a2b0232063b68b3f8a0a01902bd"
+SRC_URI[sha256sum] = "8e7df23a104b057b360d03180ebcb67f645e198a4a0bee94bf56b2bc9505ec6b"