summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/sysprof/sysprof_git.bb
diff options
context:
space:
mode:
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"
5DEPENDS = "gtk+ libglade" 5DEPENDS = "gtk+ libglade"
6 6
7SRCREV = "38a6af1f0a45e528fd2842983da71e0f23c70d6a" 7SRCREV = "38a6af1f0a45e528fd2842983da71e0f23c70d6a"
8PR = r0 8PR = r1
9PV = "1.1.6+git${SRCPV}" 9PV = "1.1.6+git${SRCPV}"
10 10
11SRC_URI = "git://git.gnome.org/sysprof;protocol=git \ 11SRC_URI = "git://git.gnome.org/sysprof;protocol=git \
12 " 12 file://define-NT_GNU_BUILD_ID.patch \
13 "
13 14
14SRC_URI_append_arm = " file://rmb-arm.patch" 15SRC_URI_append_arm = " file://rmb-arm.patch"
15SRC_URI_append_mips = " file://rmb-mips.patch" 16SRC_URI_append_mips = " file://rmb-mips.patch"