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

View File

@ -148,6 +148,7 @@ SRCREV_pn-qemugl ??= "d888bbc723c00d197d34a39b5b7448660ec1b1c0"
SRCREV_pn-qemugl-nativesdk ??= "d888bbc723c00d197d34a39b5b7448660ec1b1c0"
SRCREV_pn-sat-solver = "aa799f7bae0ec055e0e527203635001bb7346dbc"
SRCREV_pn-screenshot ??= "292"
SRCREV_pn-swabber-native ??= "782099b6ec9a1b3f9bde8e8eea66f349b87aaa6f"
SRCREV_pn-table ??= "4b267533ce16656cba4104fc39dc12709c1bdddf"
SRCREV_pn-tasks ??= "ea52d46d691c5fce4473ea4e24a35411381f3a65"
SRCREV_pn-trace-cmd ??= "0d252224626bd6926324f023a65f20c165232891"

View File

@ -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
}