diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-02-22 16:50:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:08 +0000 |
commit | f89ea6284258a1e7e06f6c9629bc4d4beff7ec71 (patch) | |
tree | fbd2d578ce6cb4b7eb3c09818176f597917f062b /meta | |
parent | b332dbde2e44fea581510376ba1905be9baf10c4 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-kernel/sysprof/sysprof_3.22.3.bb | 2 |
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+" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 3 | LIC_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 | ||
6 | inherit gnomebase gettext systemd | 6 | inherit gnomebase gettext systemd upstream-version-is-even |
7 | 7 | ||
8 | DEPENDS = "glib-2.0 libxml2-native glib-2.0-native" | 8 | DEPENDS = "glib-2.0 libxml2-native glib-2.0-native" |
9 | 9 | ||