From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-extended/crconf/crconf_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bsp/meta-freescale/recipes-extended/crconf/crconf_git.bb (limited to 'bsp/meta-freescale/recipes-extended/crconf/crconf_git.bb') diff --git a/bsp/meta-freescale/recipes-extended/crconf/crconf_git.bb b/bsp/meta-freescale/recipes-extended/crconf/crconf_git.bb new file mode 100644 index 00000000..7dc92776 --- /dev/null +++ b/bsp/meta-freescale/recipes-extended/crconf/crconf_git.bb @@ -0,0 +1,18 @@ +SUMMARY = "crconf -Linux crypto layer configuraton tool" +SECTION = "base" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=5;md5=0f77fc44eb5911007ae4ac9f6736e111" + +SRC_URI = "git://github.com/Thermi/crconf.git;protocol=https;nobranch=1" + +EXTRA_OEMAKE = "'CC=${CC}' 'HOSTCC=${CC}'" + +SRCREV = "7b5819e7638e471d41dd2dca71f012d5a022f014" + +S = "${WORKDIR}/git" + +do_install () { + oe_runmake install DESTDIR=${D} +} + +FILES_${PN} += "/share/man/* ${libdir}/* ${sbindir}/*" -- cgit 1.2.3-korg