mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 12:29:40 +01:00
* discussed on [1] * patch sent to systemtap [2] [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-June/023377.html [2] http://sourceware.org/ml/systemtap/2012-q2/msg00202.html (From OE-Core rev: bd17907884e3a1e1d711125a4b8def5263e97edb) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
733 B
PHP
23 lines
733 B
PHP
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRCREV = "83bd2699d8cff2f2d6b9eaf5ea254e4cb6b33e81"
|
|
PV = "1.7+git${SRCPV}"
|
|
|
|
SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \
|
|
file://docproc-build-fix.patch \
|
|
file://systemtap_fix_for_automake_1.12.patch \
|
|
file://runtime-staprun-configure.ac-support-without-nss-for.patch \
|
|
"
|
|
|
|
FILESPATH = "${FILE_DIRNAME}/systemtap"
|
|
|
|
SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee"
|
|
SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459"
|
|
|
|
# systemtap doesn't support mips
|
|
COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*|arm.*)-linux'
|
|
|
|
S = "${WORKDIR}/git"
|
|
|