mirror of
https://git.yoctoproject.org/poky
synced 2026-02-21 17:09:42 +01:00
This also removes dso_linking_change_build_fix.patch since the same change has been made upstream. Also removes unused SRC_URI checksums. (From OE-Core rev: 776942858cad072facc9b5fea618ee88ff56a3a8) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
615 B
BlitzBasic
25 lines
615 B
BlitzBasic
DESCRIPTION = "blktrace - generate traces of the I/O traffic on block devices"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
|
|
|
DEPENDS = "libaio"
|
|
|
|
SRCREV = "0abccbcb5d1a538028ffcb3869d646d29bf5812b"
|
|
|
|
PR = "r3"
|
|
PV = "1.0.3+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.kernel.dk/blktrace.git;protocol=git \
|
|
file://blktrace-makefile.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_compile() {
|
|
oe_runmake ARCH="${ARCH}" CC="${CC}" LD="${LD}" prefix=${prefix}
|
|
}
|
|
|
|
do_install() {
|
|
oe_runmake ARCH="${ARCH}" CC="${CC}" LD="${LD}" \
|
|
prefix=${prefix} DESTDIR=${D} install
|
|
}
|