meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
Jackie Huang b79176adb3 remove the unnecessary protocol parameters
It's not necessary to specify the protocol parameter when it's the
default protocol for the fetcher, e.g. the default protocol for
git fetcher it git, "protocol=git" isn't needed.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03 16:59:13 +02:00

13 lines
328 B
BlitzBasic

PV = "0.5.9"
PR = "r10+gitr${SRCREV}"
SRC_URI = "git://github.com/kexecboot/kexecboot.git"
SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb"
S = "${WORKDIR}/git"
# the binary is statically linked against klibc
inherit klibc
require kexecboot.inc
SUMMARY = "kexecboot linux-as-bootloader, statically compiled against klibc"