aboutsummaryrefslogtreecommitdiffstats
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:22 +0000
commit3a52f2d3ef6bc85c68bf42f8e116a8065a67fdfe (patch)
tree1319663e4004e4e0b65bf8d3ea860bd153ed0bb4 /meta/recipes-devtools/guilt/guilt-native_git.bb
parent7ea7e3db7801b58495b89a95ec2751d618d3a29f (diff)
downloadopenembedded-core-contrib-3a52f2d3ef6bc85c68bf42f8e116a8065a67fdfe.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. Signed-off-by: Ross Burton <ross.burton@intel.com>
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 @@
-SUMMARY = "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 \
- "
-PV = "0.35+git${SRCPV}"
-SRCREV = "c2a5bae511c6d5354aa4e1cb59069c31df2b8eeb"
-
-S = "${WORKDIR}/git"
-
-# we don't compile, we just install
-do_compile() {
- :
-}
-
-do_install() {
- oe_runmake PREFIX=${D}/${prefix} install
-}