diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-10-25 14:57:47 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2015-10-30 11:56:43 -0700 |
commit | e3e0178af61a6057ca9ecab03da5b8072040a9b4 (patch) | |
tree | 4a4f3a0d6fafafbb14c1e6be3886b4f1c82cba3c | |
parent | b0c1edfe23f9ed18884e506a6653a23e504705db (diff) | |
download | meta-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 | ||
4 | SECTION = "security" | 4 | SECTION = "security" |
5 | LICENSE = "GPL-2.0" | 5 | LICENSE = "GPL-2.0" |
6 | LIC_FILES_CHKSUM = "file://README.ccs;md5=5b80632c6a2a3b7fa92ea46eff15bee9" | 6 | LIC_FILES_CHKSUM = "file://COPYING.ccs;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | DEPENDS = "ncurses" | 8 | DEPENDS = "ncurses" |
9 | 9 | ||
10 | SRC_URI = "http://osdn.dl.sourceforge.jp/tomoyo/49693/ccs-tools-1.8.3-20130406.tar.gz" | 10 | DS = "20150505" |
11 | SRC_URI = "http://osdn.dl.sourceforge.jp/tomoyo/49693/${BPN}-${PV}-${DS}.tar.gz" | ||
11 | 12 | ||
12 | SRC_URI[md5sum] = "ffff535584cdf9ae28b85061c32e5618" | 13 | SRC_URI[md5sum] = "eeee8eb96a7680bfa9c8f6de55502c44" |
13 | SRC_URI[sha256sum] = "1e4129b59cd7fdb963962af7f2cccf4a66c77a4b0948f67320b569aaf6585fcf" | 14 | SRC_URI[sha256sum] = "c358b80a2ea77a9dda79dc2a056dae3acaf3a72fcb8481cfb1cd1f16746324b4" |
14 | 15 | ||
15 | S = "${WORKDIR}/${PN}" | 16 | S = "${WORKDIR}/${PN}" |
16 | 17 | ||