diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-11-05 10:15:54 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 17:14:22 -0800 |
| commit | 01dd622533957d20fa860e34ff098161a103bfbf (patch) | |
| tree | 3e673432f2b30c4a2c7a85da58579c344c610c72 | |
| parent | 367d850a583ebbb3402b9ba7312887bb31d0114f (diff) | |
| download | meta-openembedded-01dd622533957d20fa860e34ff098161a103bfbf.tar.gz | |
postgresql: Disable tcl support by default
It needs tcl8 and defaults have moved to using tcl9
and postgres has to be ported to work with tcl9
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc index ec5daeaa66..e19f2f48e2 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc | |||
| @@ -55,7 +55,7 @@ pkg_postinst:${PN} () { | |||
| 55 | 55 | ||
| 56 | PACKAGECONFIG ??= " \ | 56 | PACKAGECONFIG ??= " \ |
| 57 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)} \ | 57 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)} \ |
| 58 | openssl python uuid libxml tcl perl zlib icu readline \ | 58 | openssl python uuid libxml perl zlib icu readline \ |
| 59 | " | 59 | " |
| 60 | PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native," | 60 | PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native," |
| 61 | PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl" | 61 | PACKAGECONFIG[perl] = "--with-perl,--without-perl,perl,perl" |
