diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-10-08 16:54:57 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-10-12 13:41:08 +0100 |
commit | 27e785cb28a674b7c35b2ee89b53851dbb8b7655 (patch) | |
tree | 835d889f47aa48f7008c4c13ebe2e623cae77e6f /meta/recipes-devtools | |
parent | c6a6eb18c2df957a60d0a1561b9f69717f7aa386 (diff) | |
download | poky-27e785cb28a674b7c35b2ee89b53851dbb8b7655.tar.gz |
swabber: new recipe
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/swabber/swabber-native_git.bb | 21 |
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..c7133153ac --- /dev/null +++ b/meta/recipes-devtools/swabber/swabber-native_git.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "Swabber is a tool that can help with understanding a program's use of host files." | ||
2 | HOMEPAGE = "http://git.pokylinux.org/cgit/cgit.cgi/swabber" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
5 | |||
6 | PV = "0.0+git${SRCPV}" | ||
7 | PR = "r0" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | SRC_URI = "git://git.pokylinux.org/swabber;protocol=git" | ||
12 | |||
13 | inherit native | ||
14 | |||
15 | do_configure () { | ||
16 | : | ||
17 | } | ||
18 | |||
19 | do_install() { | ||
20 | oe_runmake 'DESTDIR=${D}' install | ||
21 | } | ||