From 696e3927895d116ffd91ab1709ca69eb7c40fd6b Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 26 Oct 2017 13:59:07 -0700 Subject: tomoyo-tools: move to recipes-secuity Signed-off-by: Armin Kuster --- .../tomoyo-tools/tomoyo-tools_2.5.0.bb | 30 ++++++++++++++++++++++ .../tomoyo-tools/tomoyo-tools_2.5.0.bb | 30 ---------------------- 2 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb delete mode 100644 meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb diff --git a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb new file mode 100644 index 0000000000..f362775999 --- /dev/null +++ b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb @@ -0,0 +1,30 @@ +SUMMARY = "TOMOYO Linux tools" +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." +HOMEPAGE = "http://tomoyo.sourceforge.jp/" +SECTION = "System Environment/Kernel" + +SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/53357/${BP}-20170102.tar.gz" +SRC_URI[md5sum] = "888804d58742452fe213a68f7eadd0ad" +SRC_URI[sha256sum] = "00fedfac5e514321250bbe69eaccc732c8a8158596f77a785c2e3ae9f9968283" + +S = "${WORKDIR}/${BPN}" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe" + +FILES_${PN} += "${libdir}/tomoyo" +FILES_${PN}-dbg += "${libdir}/tomoyo/.debug" + +DEPENDS = "linux-libc-headers ncurses" + +EXTRA_OEMAKE = "-e USRLIBDIR=${libdir}" + +do_compile () { + oe_runmake 'CC=${CC}' +} + +do_install() { + oe_runmake install INSTALLDIR=${D} +} diff --git a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb deleted file mode 100644 index f362775999..0000000000 --- a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "TOMOYO Linux tools" -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." -HOMEPAGE = "http://tomoyo.sourceforge.jp/" -SECTION = "System Environment/Kernel" - -SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/53357/${BP}-20170102.tar.gz" -SRC_URI[md5sum] = "888804d58742452fe213a68f7eadd0ad" -SRC_URI[sha256sum] = "00fedfac5e514321250bbe69eaccc732c8a8158596f77a785c2e3ae9f9968283" - -S = "${WORKDIR}/${BPN}" - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe" - -FILES_${PN} += "${libdir}/tomoyo" -FILES_${PN}-dbg += "${libdir}/tomoyo/.debug" - -DEPENDS = "linux-libc-headers ncurses" - -EXTRA_OEMAKE = "-e USRLIBDIR=${libdir}" - -do_compile () { - oe_runmake 'CC=${CC}' -} - -do_install() { - oe_runmake install INSTALLDIR=${D} -} -- cgit v1.2.3-54-g00ecf