aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/kexecboot-klibc_git.bb
blob: 34a96a71f08a142f44ddd42f1923cc7fef9a52a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
RDEPENDS_${PN} = "kexec-klibc"
PV = "0.5"
PR = "r25+gitr${SRCREV}"

SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
SRCREV = "e951750b09eb0e1ba81f1bf71d6108c8d3288f91"
S = "${WORKDIR}/git"

# the binary is statically linked against klibc
inherit klibc

require kexecboot.inc