mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
postgresql: update to 8.4.7 since 8.4.4 was unfetchable
This has been synced with postgresql recipes in OE. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
committed by
Koen Kooi
parent
c6d80dc43e
commit
b7c3d69893
+4
-4
@@ -1,10 +1,10 @@
|
|||||||
Index: postgresql-8.4.4/configure.in
|
Index: postgresql-8.4.7/configure.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- postgresql-8.4.4.orig/configure.in
|
--- postgresql-8.4.7.orig/configure.in
|
||||||
+++ postgresql-8.4.4/configure.in
|
+++ postgresql-8.4.7/configure.in
|
||||||
@@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un
|
@@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un
|
||||||
|
|
||||||
AC_INIT([PostgreSQL], [8.4.4], [pgsql-bugs@postgresql.org])
|
AC_INIT([PostgreSQL], [8.4.7], [pgsql-bugs@postgresql.org])
|
||||||
|
|
||||||
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required.
|
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required.
|
||||||
-Untested combinations of 'autoconf' and PostgreSQL versions are not
|
-Untested combinations of 'autoconf' and PostgreSQL versions are not
|
||||||
@@ -1,14 +1,14 @@
|
|||||||
DESCRIPTION = "PostgreSQL is a powerful, open source relational database system."
|
DESCRIPTION = "PostgreSQL is a powerful, open source relational database system."
|
||||||
HOMEPAGE = "http://www.postgresql.com"
|
HOMEPAGE = "http://www.postgresql.com"
|
||||||
LICENSE = "BSD"
|
LICENSE = "BSD"
|
||||||
|
|
||||||
DEPENDS = "zlib readline tzcode-native"
|
DEPENDS = "zlib readline tzcode-native"
|
||||||
|
INC_PR = "r5"
|
||||||
|
|
||||||
ARM_INSTRUCTION_SET = "arm"
|
ARM_INSTRUCTION_SET = "arm"
|
||||||
|
|
||||||
#WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
|
#WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp-archives.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"
|
SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"
|
||||||
|
|
||||||
LEAD_SONAME = "libpq.so"
|
LEAD_SONAME = "libpq.so"
|
||||||
|
|
||||||
@@ -17,6 +17,8 @@ export LDFLAGS_SL = "${LDFLAGS}"
|
|||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
EXTRA_OECONF_sh4 = "--disable-spinlocks"
|
||||||
|
|
||||||
do_compile_append() {
|
do_compile_append() {
|
||||||
cp /usr/sbin/zic ${S}/src/timezone/
|
cp /usr/sbin/zic ${S}/src/timezone/
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
require postgresql.inc
|
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=29b81b066680be9ffd98cb9d2afb9de6"
|
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2 \
|
|
||||||
file://remove.autoconf.version.check.patch"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "4bf2448ad965bca3940df648c02194df"
|
|
||||||
SRC_URI[sha256sum] = "e66b398d565f7fb16d8ae58ae72881dcd3dbb1b88f532bbe1c2d1284812be37e"
|
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
require postgresql.inc
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=29b81b066680be9ffd98cb9d2afb9de6"
|
||||||
|
|
||||||
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
|
SRC_URI += "file://remove.autoconf.version.check.patch"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "689397187bb1dfe9b5cbde99538311c3"
|
||||||
|
SRC_URI[sha256sum] = "08032849da121e67e318f7ff4e68d3ac88f29050e242641f717c4270839b597b"
|
||||||
Reference in New Issue
Block a user