tiff: correct PKG_LICENSE_FILES
authorLinus Kardell <[email protected]>
Tue, 9 Sep 2025 15:12:52 +0000 (17:12 +0200)
committerWesley Gimenes <[email protected]>
Thu, 25 Sep 2025 12:45:07 +0000 (09:45 -0300)
Point to correct file name.

Signed-off-by: Linus Kardell <[email protected]>
libs/tiff/Makefile

index 0e7bbd6025056752dd8015aa6ef1d28c6bebc794..f309a62ba1c0889040e0a038ae3de864aedd075d 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tiff
 PKG_VERSION:=4.7.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://download.osgeo.org/libtiff
@@ -17,7 +17,7 @@ PKG_HASH:=67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976
 
 PKG_MAINTAINER:=Jiri Slachta <[email protected]>
 PKG_LICENSE:=libtiff
-PKG_LICENSE_FILES:=COPYRIGHT
+PKG_LICENSE_FILES:=LICENSE.md
 PKG_CPE_ID:=cpe:/a:libtiff:libtiff
 
 include $(INCLUDE_DIR)/package.mk