openembedded / meta-openembedded

MIT License
415 stars 719 forks source link

postgresql: use PACKAGECONFIG flag for readline dependency #869

Closed slpn-lampe closed 2 months ago

slpn-lampe commented 2 months ago

This patch moves the dependency on readline from the package's DEPENDS variable into a PACKAGECONFIG[readline]option and adds readlineto the default PACKAGECONFIG.

This allows a global override PACKAGECONFIG:remove = "readline"to remove readline support and runtime dependency from the psql client.

kraj commented 2 months ago

applied to master @ ba274e7310