Files
poky/meta/recipes-devtools/guilt/guilt-native_0.33.bb
Tom Rini d56080ff06 Various: Update KERNELORG_MIRROR for consistency
In mirrors.bbclass we point into /pub but we don't in bitbake.conf.
All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make
use of that.

(From OE-Core rev: 67a0c8f48b5ef2ae5fc712c9204e4e99818c8134)

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-23 15:44:04 +00:00

33 lines
827 B
BlitzBasic

DESCRIPTION = "guilt is quilt like tool for git"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135"
PR = r0
PV = "0.33"
inherit native
SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/people/jsipek/guilt/guilt-${PV}.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"
# we don't compile, we just install
do_compile() {
:
}
do_install() {
oe_runmake PREFIX=${D}/${base_prefix}/usr install
}