openembedded/meta-openembedded

trying to bitbake postgresql

Closed this issue · 1 comments

Hi everyone,
I'm trying to install postgresql on the machine using dnf.
first, I run the below command to compile the package (yocto project):

bitbake postgresql
bitbake package-index

I successfully installed PostgreSQL on the destination machine by:
dnf install postgresql

but I can't find psql binary file on the destination machine at all. However, it should be installed based on the file:
meta-oe/recipes-dbs/postgresql/postgresql.inc

I found the issue.
I should run below command to install client side binaries:
dnf install postgres-client