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

Various fixes for yocto build #2

Open
wants to merge 3 commits into
base: everest
Choose a base branch
from

Commits on Nov 15, 2024

  1. Turn switch-case info if-else to prevent duplicate switch compiler error

    This can happen on 32bit targets where int == long
    
    Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
    hikinggrass committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    09485a4 View commit details
    Browse the repository at this point in the history
  2. Rename package to libnfc-nci

    Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
    hikinggrass committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d7eef2b View commit details
    Browse the repository at this point in the history
  3. Allow LIBNFCNCI_CONFIG_INSTALL_PATH to be set from the outside

    Switch its default to sysconfdir/everest/libnfc_config
    
    Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
    hikinggrass committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    6da7931 View commit details
    Browse the repository at this point in the history