summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql.inc
diff options
context:
space:
mode:
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.
2HOMEPAGE = "http://www.postgresql.com" 2HOMEPAGE = "http://www.postgresql.com"
3LICENSE = "BSD" 3LICENSE = "BSD"
4DEPENDS = "zlib readline tzcode-native" 4DEPENDS = "zlib readline tzcode-native"
5INC_PR = "r8" 5INC_PR = "r0"
6 6
7ARM_INSTRUCTION_SET = "arm" 7ARM_INSTRUCTION_SET = "arm"
8 8
9#WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic 9#WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
10 10
11SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2" 11SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"
12 12
13LEAD_SONAME = "libpq.so" 13LEAD_SONAME = "libpq.so"
14 14