1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +00:00

swabber: new recipe

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2010-10-08 16:54:57 +01:00
parent c6a6eb18c2
commit 27e785cb28
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,21 @@
DESCRIPTION = "Swabber is a tool that can help with understanding a program's use of host files."
HOMEPAGE = "http://git.pokylinux.org/cgit/cgit.cgi/swabber"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
PV = "0.0+git${SRCPV}"
PR = "r0"
S = "${WORKDIR}/git"
SRC_URI = "git://git.pokylinux.org/swabber;protocol=git"
inherit native
do_configure () {
:
}
do_install() {
oe_runmake 'DESTDIR=${D}' install
}