diff options
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc')
| -rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc index edad3bcc5b..53c38df0de 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | DESCRIPTION = "PostgreSQL is a powerful, open source relational database system." | 1 | DESCRIPTION = "PostgreSQL is a powerful, open source relational database system." |
| 2 | HOMEPAGE = "http://www.postgresql.com" | 2 | HOMEPAGE = "http://www.postgresql.com" |
| 3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
| 4 | |||
| 5 | DEPENDS = "zlib readline tzcode-native" | 4 | DEPENDS = "zlib readline tzcode-native" |
| 5 | INC_PR = "r5" | ||
| 6 | 6 | ||
| 7 | ARM_INSTRUCTION_SET = "arm" | 7 | ARM_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 | ||
| 11 | SRC_URI = "ftp://ftp-archives.postgresql.org/pub/source/v${PV}/${P}.tar.bz2" | 11 | SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2" |
| 12 | 12 | ||
| 13 | LEAD_SONAME = "libpq.so" | 13 | LEAD_SONAME = "libpq.so" |
| 14 | 14 | ||
| @@ -17,6 +17,8 @@ export LDFLAGS_SL = "${LDFLAGS}" | |||
| 17 | 17 | ||
| 18 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
| 19 | 19 | ||
| 20 | EXTRA_OECONF_sh4 = "--disable-spinlocks" | ||
| 21 | |||
| 20 | do_compile_append() { | 22 | do_compile_append() { |
| 21 | cp /usr/sbin/zic ${S}/src/timezone/ | 23 | cp /usr/sbin/zic ${S}/src/timezone/ |
| 22 | } | 24 | } |
