summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-10-25 14:57:47 -0700
committerArmin Kuster <akuster808@gmail.com>2015-10-30 11:56:43 -0700
commite3e0178af61a6057ca9ecab03da5b8072040a9b4 (patch)
tree4a4f3a0d6fafafbb14c1e6be3886b4f1c82cba3c
parentb0c1edfe23f9ed18884e506a6653a23e504705db (diff)
downloadmeta-security-e3e0178af61a6057ca9ecab03da5b8072040a9b4.tar.gz
ccs-tools: update to 1.8.4
change LIC_CHKSUM to COPYING.css where the license statement resides. Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/ccs-tools/ccs-tools_1.8.4.bb (renamed from recipes-security/ccs-tools/ccs-tools_1.8.3.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-security/ccs-tools/ccs-tools_1.8.3.bb b/recipes-security/ccs-tools/ccs-tools_1.8.4.bb
index a47cafe..189504a 100644
--- a/recipes-security/ccs-tools/ccs-tools_1.8.3.bb
+++ b/recipes-security/ccs-tools/ccs-tools_1.8.4.bb
@@ -3,14 +3,15 @@ DESCRIPTION = "TOMOYO Linux is a Mandatory Access Control (MAC) implementation f
3 3
4SECTION = "security" 4SECTION = "security"
5LICENSE = "GPL-2.0" 5LICENSE = "GPL-2.0"
6LIC_FILES_CHKSUM = "file://README.ccs;md5=5b80632c6a2a3b7fa92ea46eff15bee9" 6LIC_FILES_CHKSUM = "file://COPYING.ccs;md5=751419260aa954499f7abaabaa882bbe"
7 7
8DEPENDS = "ncurses" 8DEPENDS = "ncurses"
9 9
10SRC_URI = "http://osdn.dl.sourceforge.jp/tomoyo/49693/ccs-tools-1.8.3-20130406.tar.gz" 10DS = "20150505"
11SRC_URI = "http://osdn.dl.sourceforge.jp/tomoyo/49693/${BPN}-${PV}-${DS}.tar.gz"
11 12
12SRC_URI[md5sum] = "ffff535584cdf9ae28b85061c32e5618" 13SRC_URI[md5sum] = "eeee8eb96a7680bfa9c8f6de55502c44"
13SRC_URI[sha256sum] = "1e4129b59cd7fdb963962af7f2cccf4a66c77a4b0948f67320b569aaf6585fcf" 14SRC_URI[sha256sum] = "c358b80a2ea77a9dda79dc2a056dae3acaf3a72fcb8481cfb1cd1f16746324b4"
14 15
15S = "${WORKDIR}/${PN}" 16S = "${WORKDIR}/${PN}"
16 17