summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc4
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb2
2 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 314c23dc08..dd4118806b 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -19,7 +19,7 @@ DESCRIPTION = "\
19" 19"
20HOMEPAGE = "http://www.postgresql.com" 20HOMEPAGE = "http://www.postgresql.com"
21LICENSE = "BSD" 21LICENSE = "BSD"
22DEPENDS = "zlib readline tzcode-native gettext-native" 22DEPENDS = "zlib readline tzcode-native"
23 23
24ARM_INSTRUCTION_SET = "arm" 24ARM_INSTRUCTION_SET = "arm"
25 25
@@ -37,7 +37,7 @@ LEAD_SONAME = "libpq.so"
37# LDFLAGS for shared libraries 37# LDFLAGS for shared libraries
38export LDFLAGS_SL = "${LDFLAGS}" 38export LDFLAGS_SL = "${LDFLAGS}"
39 39
40inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd 40inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd gettext
41 41
42CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6" 42CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6"
43 43
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb b/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb
index 4787e572dc..5498350bbe 100644
--- a/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb
+++ b/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb
@@ -9,5 +9,3 @@ SRC_URI += "\
9 9
10SRC_URI[md5sum] = "1171df0426fe4da5a29f6cdaf2e8b812" 10SRC_URI[md5sum] = "1171df0426fe4da5a29f6cdaf2e8b812"
11SRC_URI[sha256sum] = "7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf" 11SRC_URI[sha256sum] = "7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf"
12
13PNBLACKLIST[postgresql] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131632/"