[openwrt/openwrt] libsemanage: add missing package metadata

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 31 17:02:29 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2e2425ce7f40cc2aa6377fda89d9ad98809d2b75

commit 2e2425ce7f40cc2aa6377fda89d9ad98809d2b75
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Aug 31 22:01:46 2020 +0100

    libsemanage: add missing package metadata
    
    License and CPE-ID were missing, add them.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/libs/libsemanage/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/package/libs/libsemanage/Makefile b/package/libs/libsemanage/Makefile
index 8448ad967f..e9df128653 100644
--- a/package/libs/libsemanage/Makefile
+++ b/package/libs/libsemanage/Makefile
@@ -12,9 +12,14 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/20200710
 PKG_HASH:=22d6c75526e40d1781c30bcf29abf97171bdfe6780923f11c8e1c76a75a21ff8
+PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni at bootlin.com>
+PKG_LICENSE:=LGPL-2.1
+PKG_LICENSE_FILES:=COPYING
+PKG_CPE_ID:=cpe:/a:selinuxproject:libsemanage
+
+
 HOST_BUILD_DEPENDS:=audit/host libselinux/host bzip2/host
 
-PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni at bootlin.com>
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/host-build.mk



More information about the lede-commits mailing list