DEPENDS = "git-native guilt-native"
-SRCREV = "364437739c45a5e771d1f7b3ac73c35f1328fd97"
-PR = r11
+SRCREV = "eb3ed64cea80d23ffb28dfeaeb02cdfe3fb29340"
+PR = r12
PV = "0.1+git${SRCPV}"
inherit native
SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;protocol=git"
S = "${WORKDIR}"
-kern_tools_LIST = kgit kgit-init kgit-meta \
- kgit-checkpoint kgit-clean \
- generate_cfg kconf_check configme \
- createme updateme patchme get_defconfig scc \
- pre_config merge_config.sh
-
do_compile() {
:
}
do_install() {
- install -d ${D}${bindir}
- for s in ${kern_tools_LIST}; do
- install -m 0755 ${S}/git/tools/$s ${D}${bindir}
- done
+ cd ${S}/git
+ make DESTDIR=${D}${bindir} install
}