mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
yaml: correct PKG_LICENSE_FILES
Point to correct file name. Signed-off-by: Linus Kardell <linus.kardell@infobric.com>
This commit is contained in:
committed by
Wesley Gimenes
parent
fad9f018c7
commit
c5f0449bb6
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=yaml
|
PKG_NAME:=yaml
|
||||||
PKG_VERSION:=0.2.5
|
PKG_VERSION:=0.2.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://pyyaml.org/download/libyaml/
|
PKG_SOURCE_URL:=https://pyyaml.org/download/libyaml/
|
||||||
@@ -17,7 +17,7 @@ PKG_HASH:=c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4
|
|||||||
|
|
||||||
PKG_MAINTAINER:=
|
PKG_MAINTAINER:=
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=License
|
||||||
PKG_CPE_ID:=cpe:/a:pyyaml_project:pyyaml
|
PKG_CPE_ID:=cpe:/a:pyyaml_project:pyyaml
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|||||||
Reference in New Issue
Block a user