diff options
| -rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql-9.2.4/remove.autoconf.version.check.patch (renamed from meta-oe/recipes-support/postgresql/postgresql-8.4.7/remove.autoconf.version.check.patch) | 12 | ||||
| -rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql_8.4.7.bb | 10 | ||||
| -rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql_9.2.4.bb | 10 |
4 files changed, 18 insertions, 18 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql-8.4.7/remove.autoconf.version.check.patch b/meta-oe/recipes-support/postgresql/postgresql-9.2.4/remove.autoconf.version.check.patch index 514a9aa7b0..022aa3d760 100644 --- a/meta-oe/recipes-support/postgresql/postgresql-8.4.7/remove.autoconf.version.check.patch +++ b/meta-oe/recipes-support/postgresql/postgresql-9.2.4/remove.autoconf.version.check.patch | |||
| @@ -1,15 +1,15 @@ | |||
| 1 | Index: postgresql-8.4.7/configure.in | 1 | Index: postgresql-9.2.4/configure.in |
| 2 | =================================================================== | 2 | =================================================================== |
| 3 | --- postgresql-8.4.7.orig/configure.in | 3 | --- postgresql-9.2.4.orig/configure.in |
| 4 | +++ postgresql-8.4.7/configure.in | 4 | +++ postgresql-9.2.4/configure.in |
| 5 | @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un | 5 | @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un |
| 6 | 6 | ||
| 7 | AC_INIT([PostgreSQL], [8.4.7], [pgsql-bugs@postgresql.org]) | 7 | AC_INIT([PostgreSQL], [9.2.4], [pgsql-bugs@postgresql.org]) |
| 8 | 8 | ||
| 9 | -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required. | 9 | -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required. |
| 10 | -Untested combinations of 'autoconf' and PostgreSQL versions are not | 10 | -Untested combinations of 'autoconf' and PostgreSQL versions are not |
| 11 | -recommended. You can remove the check from 'configure.in' but it is then | 11 | -recommended. You can remove the check from 'configure.in' but it is then |
| 12 | -your responsibility whether the result works or not.])]) | 12 | -your responsibility whether the result works or not.])]) |
| 13 | AC_COPYRIGHT([Copyright (c) 1996-2009, PostgreSQL Global Development Group]) | 13 | AC_COPYRIGHT([Copyright (c) 1996-2012, PostgreSQL Global Development Group]) |
| 14 | AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) | 14 | AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) |
| 15 | AC_CONFIG_AUX_DIR(config) | 15 | AC_CONFIG_AUX_DIR(config) |
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. | |||
| 2 | HOMEPAGE = "http://www.postgresql.com" | 2 | HOMEPAGE = "http://www.postgresql.com" |
| 3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
| 4 | DEPENDS = "zlib readline tzcode-native" | 4 | DEPENDS = "zlib readline tzcode-native" |
| 5 | INC_PR = "r8" | 5 | INC_PR = "r0" |
| 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.postgresql.org/pub/source/v${PV}/${P}.tar.bz2" | 11 | SRC_URI = "http://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2" |
| 12 | 12 | ||
| 13 | LEAD_SONAME = "libpq.so" | 13 | LEAD_SONAME = "libpq.so" |
| 14 | 14 | ||
diff --git a/meta-oe/recipes-support/postgresql/postgresql_8.4.7.bb b/meta-oe/recipes-support/postgresql/postgresql_8.4.7.bb deleted file mode 100644 index 63f324c928..0000000000 --- a/meta-oe/recipes-support/postgresql/postgresql_8.4.7.bb +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | require postgresql.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=29b81b066680be9ffd98cb9d2afb9de6" | ||
| 4 | |||
| 5 | PR = "${INC_PR}.0" | ||
| 6 | |||
| 7 | SRC_URI += "file://remove.autoconf.version.check.patch" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "689397187bb1dfe9b5cbde99538311c3" | ||
| 10 | SRC_URI[sha256sum] = "08032849da121e67e318f7ff4e68d3ac88f29050e242641f717c4270839b597b" | ||
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.2.4.bb b/meta-oe/recipes-support/postgresql/postgresql_9.2.4.bb new file mode 100644 index 0000000000..59665daf1f --- /dev/null +++ b/meta-oe/recipes-support/postgresql/postgresql_9.2.4.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | require postgresql.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=ab55a5887d3f8ba77d0fd7db787e4bab" | ||
| 4 | |||
| 5 | PR = "${INC_PR}.0" | ||
| 6 | |||
| 7 | SRC_URI += "file://remove.autoconf.version.check.patch" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "6ee5bb53b97da7c6ad9cb0825d3300dd" | ||
| 10 | SRC_URI[sha256sum] = "d97dd918a88a4449225998f46aafa85216a3f89163a3411830d6890507ffae93" | ||
