[oe-commits] Bob Cochran : postgresql: Fix typo in PACKAGECONFIG[python] variable

git at git.openembedded.org git at git.openembedded.org
Sun Aug 24 21:04:11 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 06ff090e19084c1637c3a1611bd96a48df3a9f1d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=06ff090e19084c1637c3a1611bd96a48df3a9f1d

Author: Bob Cochran <openembedded at mindchasers.com>
Date:   Sat Aug 16 12:19:41 2014 -0400

postgresql: Fix typo in PACKAGECONFIG[python] variable

typo in extra argument to be added when feature is disabled

Signed-off-by: Bob Cochran <openembedded at mindchasers.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/postgresql/postgresql.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 79d1281..a9b4a01 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)}"
 PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl"
 PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,"
 PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,"
-PACKAGECONFIG[python] = "--with-python,--wsithout-python,python,python"
+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] = \



More information about the Openembedded-commits mailing list