summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/sysprof
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-02-22 16:50:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 23:27:08 +0000
commitf89ea6284258a1e7e06f6c9629bc4d4beff7ec71 (patch)
treefbd2d578ce6cb4b7eb3c09818176f597917f062b /meta/recipes-kernel/sysprof
parentb332dbde2e44fea581510376ba1905be9baf10c4 (diff)
downloadpoky-f89ea6284258a1e7e06f6c9629bc4d4beff7ec71.tar.gz
sysprof: inherit upstream-version-is-even
It is a gnome project, and so is subject to same versioning convention. (From OE-Core rev: 2a56cff903e469d262930bfe622bcf830d7c34d3) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/sysprof')
-rw-r--r--meta/recipes-kernel/sysprof/sysprof_3.22.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb b/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb
index e1033ca07c..26310634c6 100644
--- a/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv3+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://src/sp-application.c;endline=17;md5=40e55577ef122c88fe20052acda64875" 4 file://src/sp-application.c;endline=17;md5=40e55577ef122c88fe20052acda64875"
5 5
6inherit gnomebase gettext systemd 6inherit gnomebase gettext systemd upstream-version-is-even
7 7
8DEPENDS = "glib-2.0 libxml2-native glib-2.0-native" 8DEPENDS = "glib-2.0 libxml2-native glib-2.0-native"
9 9