diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-22 23:02:45 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-23 23:22:27 +0100 |
commit | 18b373d1429172f13d30bc389687424163076a20 (patch) | |
tree | 85ddbdf905168a57e10c141b5acb2e0e13b35271 /meta-oe/recipes-support/postgresql | |
parent | 936654143a1b64a2161f818d8736fe1ca24367da (diff) | |
download | meta-openembedded-18b373d1429172f13d30bc389687424163076a20.tar.gz |
postgresql: use gettext bbclass and unblacklist
Although I reomeve gettext related packages from my build machine, I could not
reproduce error mentioned. Let's hope my asumption is good enough.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/postgresql')
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 4 | ||||
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb | 2 |
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 314c23dc0..dd4118806 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
@@ -19,7 +19,7 @@ DESCRIPTION = "\ | |||
19 | " | 19 | " |
20 | HOMEPAGE = "http://www.postgresql.com" | 20 | HOMEPAGE = "http://www.postgresql.com" |
21 | LICENSE = "BSD" | 21 | LICENSE = "BSD" |
22 | DEPENDS = "zlib readline tzcode-native gettext-native" | 22 | DEPENDS = "zlib readline tzcode-native" |
23 | 23 | ||
24 | ARM_INSTRUCTION_SET = "arm" | 24 | ARM_INSTRUCTION_SET = "arm" |
25 | 25 | ||
@@ -37,7 +37,7 @@ LEAD_SONAME = "libpq.so" | |||
37 | # LDFLAGS for shared libraries | 37 | # LDFLAGS for shared libraries |
38 | export LDFLAGS_SL = "${LDFLAGS}" | 38 | export LDFLAGS_SL = "${LDFLAGS}" |
39 | 39 | ||
40 | inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd | 40 | inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd gettext |
41 | 41 | ||
42 | CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6" | 42 | CFLAGS += "-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 4787e572d..5498350bb 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 | ||
10 | SRC_URI[md5sum] = "1171df0426fe4da5a29f6cdaf2e8b812" | 10 | SRC_URI[md5sum] = "1171df0426fe4da5a29f6cdaf2e8b812" |
11 | SRC_URI[sha256sum] = "7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf" | 11 | SRC_URI[sha256sum] = "7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf" |
12 | |||
13 | PNBLACKLIST[postgresql] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131632/" | ||