aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/crconf/crconf_git.bb
blob: 1727888a661c88d8ab5b82d2695c2367d35eb51b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "crconf -Linux crypto layer configuraton tool"
SECTION = "base"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=5;md5=0f77fc44eb5911007ae4ac9f6736e111"

EXTRA_OEMAKE = "'CC=${CC}' 'HOSTCC=${CC}'"

SRC_URI = "git://git.code.sf.net/p/crconf/code;protocol=https;nobranch=1"
SRCREV = "c2b9595d739a9515a86ff3b1980b5cfdfcc42d68"

S = "${WORKDIR}/git"

do_install () {
       oe_runmake install  DESTDIR=${D}
}

FILES:${PN} += "/share/man/*  ${libdir}/* ${sbindir}/*"