diff options
author | Ross Burton <ross.burton@intel.com> | 2016-11-02 12:31:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:36 +0000 |
commit | d02416e29302810ec3653d64108170aa27b60c48 (patch) | |
tree | 210cc0e56bb73489faa09b7b36ac26a6a6111e98 /meta/recipes-devtools/guilt/guilt-native_git.bb | |
parent | cfe6f3e251240c9d9a70354be0501600357f0b87 (diff) | |
download | poky-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.bb | 23 |
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 @@ | |||
1 | SUMMARY = "quilt-like tool for Git" | ||
2 | LICENSE = "GPLv2" | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135" | ||
5 | |||
6 | inherit native | ||
7 | |||
8 | SRC_URI = "git://repo.or.cz/guilt.git \ | ||
9 | file://guilt-bash.patch \ | ||
10 | " | ||
11 | PV = "0.35+git${SRCPV}" | ||
12 | SRCREV = "c2a5bae511c6d5354aa4e1cb59069c31df2b8eeb" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | # we don't compile, we just install | ||
17 | do_compile() { | ||
18 | : | ||
19 | } | ||
20 | |||
21 | do_install() { | ||
22 | oe_runmake PREFIX=${D}/${prefix} install | ||
23 | } | ||