From 18b373d1429172f13d30bc389687424163076a20 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 22 Feb 2017 23:02:45 +0100 Subject: postgresql: use gettext bbclass and unblacklist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/postgresql/postgresql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc') 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 = "\ " HOMEPAGE = "http://www.postgresql.com" LICENSE = "BSD" -DEPENDS = "zlib readline tzcode-native gettext-native" +DEPENDS = "zlib readline tzcode-native" ARM_INSTRUCTION_SET = "arm" @@ -37,7 +37,7 @@ LEAD_SONAME = "libpq.so" # LDFLAGS for shared libraries export LDFLAGS_SL = "${LDFLAGS}" -inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd +inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd gettext CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6" -- cgit v1.2.3-54-g00ecf