diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-06 12:08:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-07 15:22:36 +0100 |
commit | a7ddbea345c90646e6b9ddb89f768865caffdf07 (patch) | |
tree | 59e7c434d0d9b6a1e95d61c8449056f200183d97 /meta/recipes-devtools | |
parent | c2dbcbbac48127cd014592443a6ac6062c95566f (diff) | |
download | poky-a7ddbea345c90646e6b9ddb89f768865caffdf07.tar.gz |
meta: Drop swabber
swabber hasn't been used in years and never did work well in the first
place. Remove its recipes, class and configuration.
(From OE-Core rev: e18657df0b7e45a224fae17e68c447eae94258ac)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/swabber/swabber-native_git.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/swabber/swabber-native_git.bb b/meta/recipes-devtools/swabber/swabber-native_git.bb deleted file mode 100644 index 2f313bb466..0000000000 --- a/meta/recipes-devtools/swabber/swabber-native_git.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | SUMMARY = "Tool to monitor and report on host system file usage" | ||
2 | HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/swabber" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
5 | |||
6 | SRCREV = "2d1fe36fb0a4fdaae8823a9818a6785182d75e66" | ||
7 | PV = "0.0+git${SRCPV}" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | SRC_URI = "git://git.yoctoproject.org/swabber" | ||
12 | |||
13 | inherit native | ||
14 | |||
15 | do_configure () { | ||
16 | : | ||
17 | } | ||
18 | |||
19 | do_install() { | ||
20 | oe_runmake 'DESTDIR=${D}' install | ||
21 | } | ||