From e3e0178af61a6057ca9ecab03da5b8072040a9b4 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 25 Oct 2015 14:57:47 -0700 Subject: ccs-tools: update to 1.8.4 change LIC_CHKSUM to COPYING.css where the license statement resides. Signed-off-by: Armin Kuster --- recipes-security/ccs-tools/ccs-tools_1.8.3.bb | 49 -------------------------- recipes-security/ccs-tools/ccs-tools_1.8.4.bb | 50 +++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 49 deletions(-) delete mode 100644 recipes-security/ccs-tools/ccs-tools_1.8.3.bb create mode 100644 recipes-security/ccs-tools/ccs-tools_1.8.4.bb (limited to 'recipes-security/ccs-tools') diff --git a/recipes-security/ccs-tools/ccs-tools_1.8.3.bb b/recipes-security/ccs-tools/ccs-tools_1.8.3.bb deleted file mode 100644 index a47cafe..0000000 --- a/recipes-security/ccs-tools/ccs-tools_1.8.3.bb +++ /dev/null @@ -1,49 +0,0 @@ -SUMMARY = "Tomoyo" -DESCRIPTION = "TOMOYO Linux is a Mandatory Access Control (MAC) implementation for Linux that can be used to increase the security of a system, while also being useful purely as a system analysis tool. \nTo start via command line add: \nsecurity=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd \nTo initialize: \n/usr/lib/ccs/init_policy" - -SECTION = "security" -LICENSE = "GPL-2.0" -LIC_FILES_CHKSUM = "file://README.ccs;md5=5b80632c6a2a3b7fa92ea46eff15bee9" - -DEPENDS = "ncurses" - -SRC_URI = "http://osdn.dl.sourceforge.jp/tomoyo/49693/ccs-tools-1.8.3-20130406.tar.gz" - -SRC_URI[md5sum] = "ffff535584cdf9ae28b85061c32e5618" -SRC_URI[sha256sum] = "1e4129b59cd7fdb963962af7f2cccf4a66c77a4b0948f67320b569aaf6585fcf" - -S = "${WORKDIR}/${PN}" - -inherit distro_features_check - -do_make(){ - oe_runmake USRLIBDIR=${libdir} all - cd ${S}/kernel_test - oe_runmake all -} - -do_install(){ - oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} install -} - -PACKAGE="${PN} ${PN}-dbg ${PN}-doc" - -FILES_${PN} = "\ - ${sbindir}/* \ - ${base_sbindir}/* \ - ${libdir}/* \ -" - -FILES_${PN}-doc = "\ - ${mandir}/man8/* \ -" - -FILES_${PN}-dbg = "\ - ${base_sbindir}/.debug/* \ - ${sbindir}/.debug/* \ - ${libdir}/.debug/* \ - ${libdir}/ccs/.debug/* \ - /usr/src/debug/* \ -" - -REQUIRED_DISTRO_FEATURES ?=" tomoyo" diff --git a/recipes-security/ccs-tools/ccs-tools_1.8.4.bb b/recipes-security/ccs-tools/ccs-tools_1.8.4.bb new file mode 100644 index 0000000..189504a --- /dev/null +++ b/recipes-security/ccs-tools/ccs-tools_1.8.4.bb @@ -0,0 +1,50 @@ +SUMMARY = "Tomoyo" +DESCRIPTION = "TOMOYO Linux is a Mandatory Access Control (MAC) implementation for Linux that can be used to increase the security of a system, while also being useful purely as a system analysis tool. \nTo start via command line add: \nsecurity=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd \nTo initialize: \n/usr/lib/ccs/init_policy" + +SECTION = "security" +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://COPYING.ccs;md5=751419260aa954499f7abaabaa882bbe" + +DEPENDS = "ncurses" + +DS = "20150505" +SRC_URI = "http://osdn.dl.sourceforge.jp/tomoyo/49693/${BPN}-${PV}-${DS}.tar.gz" + +SRC_URI[md5sum] = "eeee8eb96a7680bfa9c8f6de55502c44" +SRC_URI[sha256sum] = "c358b80a2ea77a9dda79dc2a056dae3acaf3a72fcb8481cfb1cd1f16746324b4" + +S = "${WORKDIR}/${PN}" + +inherit distro_features_check + +do_make(){ + oe_runmake USRLIBDIR=${libdir} all + cd ${S}/kernel_test + oe_runmake all +} + +do_install(){ + oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} install +} + +PACKAGE="${PN} ${PN}-dbg ${PN}-doc" + +FILES_${PN} = "\ + ${sbindir}/* \ + ${base_sbindir}/* \ + ${libdir}/* \ +" + +FILES_${PN}-doc = "\ + ${mandir}/man8/* \ +" + +FILES_${PN}-dbg = "\ + ${base_sbindir}/.debug/* \ + ${sbindir}/.debug/* \ + ${libdir}/.debug/* \ + ${libdir}/ccs/.debug/* \ + /usr/src/debug/* \ +" + +REQUIRED_DISTRO_FEATURES ?=" tomoyo" -- cgit v1.2.3-54-g00ecf