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

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

# the binary is statically linked against klibc
inherit klibc

require kexecboot.inc