mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
13 lines
328 B
BlitzBasic
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"
|