Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake: install bash-completion only if package found #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snikulov
Copy link
Contributor

The issue:
On Yoctoproject I disable bash, because I don't need it.
During gt install stage bash completion additions trying to install into /usr/shared
Yocto complain about this altering rootfs.

Solution:

  • disable bash completion with option
  • whitelist location in yocto
    or
  • bash completion should be installed only if package found

I suggest to use latter (first solution also ok for me).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant