1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

guilt: update to latest git version

Uprev guilt to the latest guilt version from its upstream repository.
As part of the uprev all of the previous changes required for the
yocto kernel tools to use git to manipulate series files have been
dropped. These changes were specific to circumventing parts of guilt's
internal santiy checking to allow specific Yocto kernel manipluation
of sub-series files.

Since the kernel tools no longer need guilt, we can use an up to date
and nearly pure upstream version of guilt.

(From OE-Core rev: 595c4469adc36d88ba2403915fc6c1d355014a58)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2013-08-23 14:08:17 -04:00
committed by Richard Purdie
parent 3b2b4eef0f
commit bfba970765
14 changed files with 26 additions and 869 deletions
@@ -0,0 +1,26 @@
DESCRIPTION = "guilt is quilt like tool for git"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135"
inherit native
SRC_URI = "git://repo.or.cz/guilt.git \
file://guilt-bash.patch \
"
SRCREV="c2a5bae511c6d5354aa4e1cb59069c31df2b8eeb"
S="${WORKDIR}/git"
SRC_URI[md5sum] = "d800c5e0743d90543ef51d797a626e09"
SRC_URI[sha256sum] = "64dfe6af1e924030f71163f3aa12cd846c80901d6ff8ef267ea35bb0752b4ba9"
# we don't compile, we just install
do_compile() {
:
}
do_install() {
oe_runmake PREFIX=${D}/${prefix} install
}