From 13a7f47192ffdce659da610322122d887c53b325 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Tue, 9 Jun 2015 11:07:24 +0800 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/postgresql/postgresql.inc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc') diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc index 1397f564de..c7aed9ec4e 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 \ file://postgresql-setup \ file://postgresql.service \ file://0001-Use-pkg-config-for-libxml2-detection.patch \ - file://0002-Predict-integer-overflow-to-avoid-buffer-overruns.patch \ - file://0003-Shore-up-ADMIN-OPTION-restrictions.patch \ - file://0004-Prevent-privilege-escalation-in-explicit-calls-to-PL.patch \ - file://0005-Avoid-repeated-name-lookups-during-table-and-index-D.patch \ - file://0006-Fix-handling-of-wide-datetime-input-output.patch \ - file://0007-Make-pqsignal-available-to-pg_regress-of-ECPG-and-is.patch \ - file://0008-Prevent-potential-overruns-of-fixed-size-buffers.patch \ " LEAD_SONAME = "libpq.so" @@ -76,7 +69,6 @@ PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl" EXTRA_OECONF += "--enable-thread-safety --disable-rpath \ --datadir=${datadir}/${BPN} \ --sysconfdir=${sysconfdir}/${BPN} \ - --without-krb5 \ " EXTRA_OECONF_sh4 += "--disable-spinlocks" EXTRA_OECONF_aarch64 += "--disable-spinlocks" -- cgit v1.2.3-54-g00ecf