aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql.inc
diff options
context:
space:
mode:
authorMihai Prica <mihai.prica@intel.com>2013-07-26 14:57:26 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-03 15:10:46 +0200
commitcef9aaa744f75fbe6a254909d2fb1a942f2e0df8 (patch)
tree2f6ddf71a2a3fc4c0191c5cdf7246b31a0337e25 /meta-oe/recipes-support/postgresql/postgresql.inc
parent2b33380048d1d4f02e4537c369fca33e2b16eabe (diff)
downloadmeta-openembedded-contrib-cef9aaa744f75fbe6a254909d2fb1a942f2e0df8.tar.gz
postgresql: upgrade to 9.2.4
Signed-off-by: Mihai Prica <mihai.prica@intel.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.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 4fda67b4b8..5f2088e991 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -2,13 +2,13 @@ DESCRIPTION = "PostgreSQL is a powerful, open source relational database system.
HOMEPAGE = "http://www.postgresql.com"
LICENSE = "BSD"
DEPENDS = "zlib readline tzcode-native"
-INC_PR = "r8"
+INC_PR = "r0"
ARM_INSTRUCTION_SET = "arm"
#WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
-SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"
+SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"
LEAD_SONAME = "libpq.so"