mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
67bc43a345
commit
06ff090e19
@@ -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] = \
|
||||
|
||||
Reference in New Issue
Block a user