summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql
diff options
context:
space:
mode:
authorBob Cochran <openembedded@mindchasers.com>2014-08-16 12:19:41 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-21 21:35:06 +0200
commit06ff090e19084c1637c3a1611bd96a48df3a9f1d (patch)
tree2c89a08466f0369e9b93fc16e4a88895c89ccbfa /meta-oe/recipes-support/postgresql
parent67bc43a3457bfbc5598b62fde547f0155eb21bfc (diff)
downloadmeta-openembedded-06ff090e19084c1637c3a1611bd96a48df3a9f1d.tar.gz
postgresql: Fix typo in PACKAGECONFIG[python] variable
typo in extra argument to be added when feature is disabled Signed-off-by: Bob Cochran <openembedded@mindchasers.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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 79d12811e..a9b4a012c 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -42,7 +42,7 @@ enable_pam = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
42PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl" 42PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl"
43PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," 43PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,"
44PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," 44PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,"
45PACKAGECONFIG[python] = "--with-python,--wsithout-python,python,python" 45PACKAGECONFIG[python] = "--with-python,--without-python,python,python"
46PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid," 46PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid,"
47# when tcl native package is fixed change WORKDIR to STAGING_BINDIR_CROSS 47# when tcl native package is fixed change WORKDIR to STAGING_BINDIR_CROSS
48PACKAGECONFIG[tcl] = \ 48PACKAGECONFIG[tcl] = \