summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/guilt/guilt-native_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-11-02 12:31:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-06 23:35:36 +0000
commitd02416e29302810ec3653d64108170aa27b60c48 (patch)
tree210cc0e56bb73489faa09b7b36ac26a6a6111e98 /meta/recipes-devtools/guilt/guilt-native_git.bb
parentcfe6f3e251240c9d9a70354be0501600357f0b87 (diff)
downloadpoky-d02416e29302810ec3653d64108170aa27b60c48.tar.gz
guilt: remove
This was used by the kernel tooling but has since been replaced by kgit-s2q. As there are no other users in oe-core, and this was just a native recipe, remove it. (From OE-Core rev: 3a52f2d3ef6bc85c68bf42f8e116a8065a67fdfe) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/guilt/guilt-native_git.bb')
-rw-r--r--meta/recipes-devtools/guilt/guilt-native_git.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-devtools/guilt/guilt-native_git.bb b/meta/recipes-devtools/guilt/guilt-native_git.bb
deleted file mode 100644
index b63c68c4d8..0000000000
--- a/meta/recipes-devtools/guilt/guilt-native_git.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "quilt-like tool for Git"
2LICENSE = "GPLv2"
3
4LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135"
5
6inherit native
7
8SRC_URI = "git://repo.or.cz/guilt.git \
9 file://guilt-bash.patch \
10 "
11PV = "0.35+git${SRCPV}"
12SRCREV = "c2a5bae511c6d5354aa4e1cb59069c31df2b8eeb"
13
14S = "${WORKDIR}/git"
15
16# we don't compile, we just install
17do_compile() {
18 :
19}
20
21do_install() {
22 oe_runmake PREFIX=${D}/${prefix} install
23}