mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. (From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
492 B
BlitzBasic
22 lines
492 B
BlitzBasic
DESCRIPTION = "Swabber is a tool that can help with understanding a program's use of host files."
|
|
HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/swabber"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
|
|
|
SRCREV = "2d1fe36fb0a4fdaae8823a9818a6785182d75e66"
|
|
PV = "0.0+git${SRCPV}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/swabber"
|
|
|
|
inherit native
|
|
|
|
do_configure () {
|
|
:
|
|
}
|
|
|
|
do_install() {
|
|
oe_runmake 'DESTDIR=${D}' install
|
|
}
|