mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Upgrade to 6c696cec3f264a9399241b6e648f58bc97117d49 which includes fixes to the Makefile to allow for user override of CC and AR via the environment as well as python SWIG wrapper fixes. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Tom Zanussi <tom.zanussi@intel.com>
19 lines
509 B
BlitzBasic
19 lines
509 B
BlitzBasic
DESCRIPTION = "User interface to Ftrace"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
|
file://trace-cmd.c;beginline=6;endline=8;md5=2c22c965a649ddd7973d7913c5634a5e"
|
|
|
|
PR = r0
|
|
PV = "1.0.5+git${SRCPV}"
|
|
|
|
inherit pkgconfig
|
|
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;protocol=git"
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OEMAKE = "'prefix=${prefix}'"
|
|
|
|
do_install() {
|
|
oe_runmake prefix="${prefix}" DESTDIR="${D}" install
|
|
}
|