diff options
| author | Linus Kardell | 2025-09-09 14:24:26 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-09-11 20:06:26 +0000 |
| commit | 24ee23a8a59eab9b940a000808d02efb7e7971d6 (patch) | |
| tree | c34fdce3b6023f64f8786c0483660c3b22362f50 | |
| parent | 689eebd8d271e9198d3285cf7034707d2c03c6ef (diff) | |
| download | openwrt-24ee23a8a59eab9b940a000808d02efb7e7971d6.tar.gz | |
libxml2: correct PKG_LICENSE_FILES
Point to correct file name.
Signed-off-by: Linus Kardell <linus.kardell@infobric.com>
Link: https://github.com/openwrt/openwrt/pull/19999
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/libs/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libxml2/Makefile b/package/libs/libxml2/Makefile index c9ad81c128..008df56b36 100644 --- a/package/libs/libxml2/Makefile +++ b/package/libs/libxml2/Makefile @@ -2,14 +2,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxml2 PKG_VERSION:=2.14.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/libxml2/$(basename $(PKG_VERSION)) PKG_HASH:=03d006f3537616833c16c53addcdc32a0eb20e55443cba4038307e3fa7d8d44b PKG_LICENSE:=MIT -PKG_LICENSE_FILES:=COPYING +PKG_LICENSE_FILES:=Copyright PKG_CPE_ID:=cpe:/a:xmlsoft:libxml2 HOST_BUILD_DEPENDS := libiconv-full/host |