summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/swabber
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-devtools/swabber
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-devtools/swabber')
-rw-r--r--meta/recipes-devtools/swabber/swabber-native_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/swabber/swabber-native_git.bb b/meta/recipes-devtools/swabber/swabber-native_git.bb
new file mode 100644
index 0000000000..2f313bb466
--- /dev/null
+++ b/meta/recipes-devtools/swabber/swabber-native_git.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Tool to monitor and report on host system file usage"
2HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/swabber"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
5
6SRCREV = "2d1fe36fb0a4fdaae8823a9818a6785182d75e66"
7PV = "0.0+git${SRCPV}"
8
9S = "${WORKDIR}/git"
10
11SRC_URI = "git://git.yoctoproject.org/swabber"
12
13inherit native
14
15do_configure () {
16 :
17}
18
19do_install() {
20 oe_runmake 'DESTDIR=${D}' install
21}