From cef9aaa744f75fbe6a254909d2fb1a942f2e0df8 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Fri, 26 Jul 2013 14:57:26 +0000 Subject: postgresql: upgrade to 9.2.4 Signed-off-by: Mihai Prica Signed-off-by: Martin Jansa --- meta-oe/recipes-support/postgresql/postgresql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 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 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" -- cgit v1.2.3-54-g00ecf