kumquat-buildroot/package/python-kmod/python-kmod.mk
Yann E. MORIN 74ceb71a52 package/python-kmod: fix licensing
Commit 2add559e50 (package/python-kmod: new package) listed LGPL-2.1+
(aka -or-later) as the licensed applicable. However, thode contains the
following blurbs:

    # python-kmod is free software: you can redistribute it and/or modify it under
    # the terms of the GNU Lesser General Public License version 2.1 as published
    # by the Free Software Foundation.

There is no mention of the usual "or, at your option, any later
version".

As such, the license is reall LGPL-2.1-only.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-11-09 22:32:08 +01:00

17 lines
607 B
Makefile

################################################################################
#
# python-kmod
#
################################################################################
# The python-kmod package listed at https://pypi.org/project/kmod/#description
# is not the same as the one listed below.
PYTHON_KMOD_VERSION = 0.9.2
PYTHON_KMOD_SITE = $(call github,maurizio-lombardi,python-kmod,v$(PYTHON_KMOD_VERSION))
PYTHON_KMOD_SETUP_TYPE = setuptools
PYTHON_KMOD_LICENSE = LGPL-2.1
PYTHON_KMOD_LICENSE_FILES = COPYING.LESSER
PYTHON_KMOD_DEPENDENCIES = host-python-cython kmod
$(eval $(python-package))