fakepop: Fix PKG_LICENSE, remove libc dependency 13191/head
authorMarc Egerton <foxtrot@realloc.me>
Sat, 22 Aug 2020 21:18:44 +0000 (22:18 +0100)
committerMarc Egerton <foxtrot@realloc.me>
Sat, 22 Aug 2020 21:18:44 +0000 (22:18 +0100)
Signed-off-by: Marc Egerton <foxtrot@realloc.me>
net/fakepop/Makefile

index 03f22a4d2573d1f69f0357b3242326dfa2ac1933..3a14cad9de705d549f52401a07cc34f375d3d7d4 100644 (file)
@@ -9,7 +9,7 @@ PKG_VERSION:=11
 PKG_RELEASE:=1
 
 PKG_MAINTAINER:=Marc Egerton <foxtrot@realloc.me>
-PKG_LICENSE:=GPL-3.0
+PKG_LICENSE:=GPL-3.0-or-later
 
 PKG_SOURCE:=fakepop_11.tar.gz
 PKG_SOURCE_URL:=http://deb.debian.org/debian/pool/main/f/fakepop/
@@ -24,7 +24,7 @@ define Package/fakepop
        SECTION:=net
        CATEGORY:=Network
        TITLE:=fakepop
-       DEPENDS:=+libc +glib2 +xinetd
+       DEPENDS:=+glib2 +xinetd
 endef
 
 define Package/fakepop/description