summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = "\
19" 19"
20HOMEPAGE = "http://www.postgresql.com" 20HOMEPAGE = "http://www.postgresql.com"
21LICENSE = "BSD" 21LICENSE = "BSD"
22DEPENDS = "zlib readline tzcode-native" 22DEPENDS = "zlib readline tzcode-native gettext-native"
23 23
24ARM_INSTRUCTION_SET = "arm" 24ARM_INSTRUCTION_SET = "arm"
25 25
@@ -60,8 +60,7 @@ PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,"
60PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," 60PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,"
61PACKAGECONFIG[python] = "--with-python,--without-python,python,python" 61PACKAGECONFIG[python] = "--with-python,--without-python,python,python"
62PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid," 62PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid,"
63# when tcl native package is fixed change WORKDIR to STAGING_BINDIR_CROSS 63PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native,"
64PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl,"
65PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,," 64PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,,"
66PACKAGECONFIG[libxml] = "--with-libxml,--without-libxml,libxml2,libxml2" 65PACKAGECONFIG[libxml] = "--with-libxml,--without-libxml,libxml2,libxml2"
67PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl" 66PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl"