aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/sysprof/sysprof_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-07-18 16:00:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 15:25:02 +0100
commit22fdaba9813beb276caf2b6194fccc4cccf138c4 (patch)
tree009747a6828684a23c6d0806652d559bc1433ca5 /meta/recipes-kernel/sysprof/sysprof_git.bb
parent46a335577506f36714f66135931b7b9669dc1416 (diff)
downloadopenembedded-core-contrib-22fdaba9813beb276caf2b6194fccc4cccf138c4.tar.gz
sysprof: Define NT_GNU_BUILD_ID if undefined
This is needed on uclibc which does not have all GNU extentions Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-kernel/sysprof/sysprof_git.bb')
-rw-r--r--meta/recipes-kernel/sysprof/sysprof_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb
index 2246803d3d..1af5822967 100644
--- a/meta/recipes-kernel/sysprof/sysprof_git.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_git.bb
@@ -5,11 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "gtk+ libglade"
SRCREV = "38a6af1f0a45e528fd2842983da71e0f23c70d6a"
-PR = r0
+PR = r1
PV = "1.1.6+git${SRCPV}"
SRC_URI = "git://git.gnome.org/sysprof;protocol=git \
- "
+ file://define-NT_GNU_BUILD_ID.patch \
+ "
SRC_URI_append_arm = " file://rmb-arm.patch"
SRC_URI_append_mips = " file://rmb-mips.patch"