From: Fabrice Fontaine Date: Tue, 30 Jan 2024 21:05:54 +0000 (+0100) Subject: libs/libev: fix license X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=070fc8021c9376b74c7350edba0f551ccf28f8bf;p=feed%2Fpackages.git libs/libev: fix license libev is licensed under BSD-2-Clause or GPL-2.0-or-later since its addition to openwrt While at it, assign PKG_LICENSE_FILES Fixes: 67b39f8f9b703e2cf95616b8e591ec76278a5846 Signed-off-by: Fabrice Fontaine --- diff --git a/libs/libev/Makefile b/libs/libev/Makefile index 017c6eb9e7..92c43773bf 100644 --- a/libs/libev/Makefile +++ b/libs/libev/Makefile @@ -14,7 +14,8 @@ PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://dist.schmorp.de/libev/Attic/ PKG_HASH:=507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea -PKG_LICENSE:=BSD-2-Clause +PKG_LICENSE:=BSD-2-Clause or GPL-2.0-or-later +PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Karl Palsson PKG_BUILD_PARALLEL:=1