mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
systemtap: fix for compilation with gcc 4.6.0
(From OE-Core rev: dba803d10c0151755ed107cba71b6f31b9660933) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ac3dce4c75
commit
e90cc99102
@@ -5,10 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "elfutils"
|
||||
|
||||
SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8"
|
||||
PR = r0
|
||||
PR = "r1"
|
||||
PV = "1.4+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \
|
||||
file://fix_for_compilation_with_gcc-4.6.0.patch \
|
||||
"
|
||||
|
||||
EXTRA_OECONF = "--prefix=${D} --with-libelf=${STAGING_DIR_TARGET} --without-rpm \
|
||||
|
||||
Reference in New Issue
Block a user