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

luci-base: add PKG_LICENSE_FILES references to this packages #7115

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

Commits on May 10, 2024

  1. luci-base: Extending packages prepare handling

    With this change, packages that do not have the source files in the
    generic location (luasrc,ucode,htdocs,root,src) can still copy there
    build files into the build directory if they add the following make
    target 'Build/Prepare/<luci-packages-name>' to the Makefile.
    
    Signed-off-by: Florian Eckert <[email protected]>
    feckert committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f17fa68 View commit details
    Browse the repository at this point in the history
  2. luci-base: add additional prepare handling for the licenses files

    Copy the licenses file for luci into the build tree for further processing.
    This is achieved by the new additional prepare handling, that was added
    with commit '3b135c381cd5e5efd10353b76344e33e5230c870'.
    
    Signed-off-by: Florian Eckert <[email protected]>
    feckert committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fb279a0 View commit details
    Browse the repository at this point in the history
  3. luci-base: add missing PKG_LICENSE_FILES info

    The 'luci-base' package is the base package that must always be installed
    when the LuCI is used. Therefore, according to the license, the license
    files used by the LuCI must be referenced there.
    
    Signed-off-by: Florian Eckert <[email protected]>
    feckert committed May 10, 2024
    Configuration menu
    Copy the full SHA
    611ff53 View commit details
    Browse the repository at this point in the history