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

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

# the binary is statically linked against klibc
inherit klibc

require kexecboot.inc