libs/libev: fix license
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 30 Jan 2024 21:05:54 +0000 (22:05 +0100)
committerPetr Štetiar <ynezz@true.cz>
Wed, 10 Jul 2024 10:37:36 +0000 (10:37 +0000)
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 <fontaine.fabrice@gmail.com>
(cherry picked from commit 070fc8021c9376b74c7350edba0f551ccf28f8bf)

libs/libev/Makefile

index 017c6eb9e7b3892bfca75c729198179c0366057c..92c43773bfe7c47e2cfcbf6b75cc322e76dc22ca 100644 (file)
@@ -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 <karlp@tweak.net.au>
 
 PKG_BUILD_PARALLEL:=1