-
Notifications
You must be signed in to change notification settings - Fork 827
Description
Was trying to install postgresql_10.5 for my custom os. I get plenty of these warnings.
I installed postgres with
IMAGE_INSTALL = "postgresql"
WARNING: postgresql-10.5-r0 do_package_qa: QA Issue: postgresql: /postgresql-client/usr/bin/vacuumlo is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination postgresql: /postgresql-client/usr/bin/dropdb is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination postgresql: /postgresql-client/usr/bin/psql is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination postgresql: /postgresql-client/usr/bin/pg_dump is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination postgresql: /postgresql-client/usr/bin/createdb is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination postgresql: /postgresql-client/usr/bin/createuser is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination postgresql: /postgresql-client/usr/share/postgresql/psqlrc.sample is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
How can i remove these warnings?