summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-05-09 09:01:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 17:14:25 +0100
commite90cc9910245cb5a36761a1bdde4aaa2c57af2a7 (patch)
tree792229f8ae75aa2a1b0f3f69452177169bc97d4c /meta/recipes-kernel/systemtap/systemtap_git.bb
parentac3dce4c75e8040eabc880126f0eafc799fb2711 (diff)
downloadpoky-e90cc9910245cb5a36761a1bdde4aaa2c57af2a7.tar.gz
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>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.bb')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 4df09478de..8ac4c14862 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -5,10 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "elfutils" 5DEPENDS = "elfutils"
6 6
7SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8" 7SRCREV = "4ab3a1863bf4f472acae7a809bf2b38d91658aa8"
8PR = r0 8PR = "r1"
9PV = "1.4+git${SRCPV}" 9PV = "1.4+git${SRCPV}"
10 10
11SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \ 11SRC_URI = "git://sources.redhat.com/git/systemtap.git;protocol=git \
12 file://fix_for_compilation_with_gcc-4.6.0.patch \
12 " 13 "
13 14
14EXTRA_OECONF = "--prefix=${D} --with-libelf=${STAGING_DIR_TARGET} --without-rpm \ 15EXTRA_OECONF = "--prefix=${D} --with-libelf=${STAGING_DIR_TARGET} --without-rpm \