summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql.inc
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-06-09 11:07:24 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-06-23 12:40:10 +0200
commit13a7f47192ffdce659da610322122d887c53b325 (patch)
tree62fd83b9fcf9d21eff05792fa203fa2bd63fc927 /meta-oe/recipes-support/postgresql/postgresql.inc
parent780333ce0d786748530078a81b56568ad72119c9 (diff)
downloadmeta-openembedded-13a7f47192ffdce659da610322122d887c53b325.tar.gz
postgresql: upgrade to 9.4.2
1. remove Backport patches 2. Update the checksume, include CopyRight file, since date in it is changed 3. remove --without-krb5 configure options, since it become useless 4. Update remove.autoconf.version.check.patch 5. skip to check libperl Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc')
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 1397f564d..c7aed9ec4 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -31,13 +31,6 @@ SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${BP}.tar.bz2 \
31 file://postgresql-setup \ 31 file://postgresql-setup \
32 file://postgresql.service \ 32 file://postgresql.service \
33 file://0001-Use-pkg-config-for-libxml2-detection.patch \ 33 file://0001-Use-pkg-config-for-libxml2-detection.patch \
34 file://0002-Predict-integer-overflow-to-avoid-buffer-overruns.patch \
35 file://0003-Shore-up-ADMIN-OPTION-restrictions.patch \
36 file://0004-Prevent-privilege-escalation-in-explicit-calls-to-PL.patch \
37 file://0005-Avoid-repeated-name-lookups-during-table-and-index-D.patch \
38 file://0006-Fix-handling-of-wide-datetime-input-output.patch \
39 file://0007-Make-pqsignal-available-to-pg_regress-of-ECPG-and-is.patch \
40 file://0008-Prevent-potential-overruns-of-fixed-size-buffers.patch \
41 " 34 "
42 35
43LEAD_SONAME = "libpq.so" 36LEAD_SONAME = "libpq.so"
@@ -76,7 +69,6 @@ PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl"
76EXTRA_OECONF += "--enable-thread-safety --disable-rpath \ 69EXTRA_OECONF += "--enable-thread-safety --disable-rpath \
77 --datadir=${datadir}/${BPN} \ 70 --datadir=${datadir}/${BPN} \
78 --sysconfdir=${sysconfdir}/${BPN} \ 71 --sysconfdir=${sysconfdir}/${BPN} \
79 --without-krb5 \
80" 72"
81EXTRA_OECONF_sh4 += "--disable-spinlocks" 73EXTRA_OECONF_sh4 += "--disable-spinlocks"
82EXTRA_OECONF_aarch64 += "--disable-spinlocks" 74EXTRA_OECONF_aarch64 += "--disable-spinlocks"