diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-03-27 15:09:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-29 08:28:53 +0000 |
commit | 149fd646fa3d8fc529d1828d0669b83df07676fb (patch) | |
tree | 681001ca0037b73810431fbaadf5d7563ac0baa6 | |
parent | 40fe254a3eca8c71bf442f1098e787fc99a21b92 (diff) | |
download | poky-149fd646fa3d8fc529d1828d0669b83df07676fb.tar.gz |
sysprof: drop obsolete no-update reason
(From OE-Core rev: f21aaefb6f082768d4bc5c55fc59a9142cfcc2d3)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/sysprof/sysprof_3.30.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_3.30.2.bb b/meta/recipes-kernel/sysprof/sysprof_3.30.2.bb index 27f37f808e..24e49cb0d5 100644 --- a/meta/recipes-kernel/sysprof/sysprof_3.30.2.bb +++ b/meta/recipes-kernel/sysprof/sysprof_3.30.2.bb | |||
@@ -15,7 +15,6 @@ SRC_URI += " \ | |||
15 | file://define-NT_GNU_BUILD_ID.patch \ | 15 | file://define-NT_GNU_BUILD_ID.patch \ |
16 | file://0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch \ | 16 | file://0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch \ |
17 | " | 17 | " |
18 | RECIPE_NO_UPDATE_REASON = "Waiting for resolution of https://bugzilla.gnome.org/show_bug.cgi?id=794625" | ||
19 | 18 | ||
20 | PACKAGECONFIG ?= "${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)}" | 19 | PACKAGECONFIG ?= "${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)}" |
21 | PACKAGECONFIG[gtk] = "-Denable_gtk=true,-Denable_gtk=false,gtk+3" | 20 | PACKAGECONFIG[gtk] = "-Denable_gtk=true,-Denable_gtk=false,gtk+3" |