blob: 754b528271162577179810a4dbd3646a83018a67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
DESCRIPTION = "guilt is quilt like tool for git"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135"
PV = "0.33"
PR = "r2"
inherit native
SRC_URI = "http://ftp.de.debian.org/debian/pool/main/g/guilt/guilt_${PV}.orig.tar.gz\
file://guilt-push.patch \
file://guilt-pop.patch \
file://guilt.patch \
file://guilt-init.patch \
file://guilt-import-commit.patch \
file://uninstall_force.patch \
file://guilt-push-no-series.patch \
file://make_git_commands_conditional.patch \
file://improve_auto_header_gen.patch \
file://guilt-set-git_exec_path.patch \
file://guilt-bash.patch \
file://optional_head_check.patch"
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
}
|