aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2017-02-09 23:45:35 -0800
committerRobert Yang <liezhi.yang@windriver.com>2017-02-13 18:09:26 -0800
commit2804b430b64920d26fb0d3206883280c78dd486c (patch)
tree6600ef5a64dc21b6e716cb186607393f1d65c57b
parent931a0538b23fa0b1a2062ae592044ea9fd4ba98f (diff)
downloadmeta-openembedded-contrib-2804b430b64920d26fb0d3206883280c78dd486c.tar.gz
postgresql: add gettext-native and tcl-native to DEPENDS
Fixed: | checking for msgfmt... no | configure: error: msgfmt is required for NLS And: | checking for tclsh83... no | configure: error: Tcl shell not found Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 7164bc0370..314c23dc08 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"
+DEPENDS = "zlib readline tzcode-native gettext-native"
ARM_INSTRUCTION_SET = "arm"
@@ -60,8 +60,7 @@ PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,"
PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,"
PACKAGECONFIG[python] = "--with-python,--without-python,python,python"
PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid,"
-# when tcl native package is fixed change WORKDIR to STAGING_BINDIR_CROSS
-PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl,"
+PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native,"
PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,,"
PACKAGECONFIG[libxml] = "--with-libxml,--without-libxml,libxml2,libxml2"
PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl"