From 9a16f9e4eb782e43c659832f551b7e50fa9c0486 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 6 Sep 2018 12:40:17 +0200 Subject: sysprof: update to 3.30.0 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- ...d-anything-in-help-as-it-requires-itstool.patch | 13 +++++---- meta/recipes-kernel/sysprof/sysprof_3.26.1.bb | 32 --------------------- meta/recipes-kernel/sysprof/sysprof_3.30.0.bb | 33 ++++++++++++++++++++++ 3 files changed, 40 insertions(+), 38 deletions(-) delete mode 100644 meta/recipes-kernel/sysprof/sysprof_3.26.1.bb create mode 100644 meta/recipes-kernel/sysprof/sysprof_3.30.0.bb (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/sysprof/files/0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch b/meta/recipes-kernel/sysprof/files/0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch index e28fdcad94..ade51cf864 100644 --- a/meta/recipes-kernel/sysprof/files/0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch +++ b/meta/recipes-kernel/sysprof/files/0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch @@ -1,26 +1,27 @@ -From c2495a4c042e6a675da69bab20cc3669391e8e2a Mon Sep 17 00:00:00 2001 +From d332b480257aa98b63d39c3c94896a111536f937 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 23 Aug 2017 18:38:26 +0300 -Subject: [PATCH 1/2] Do not build anything in help/ as it requires itstool. +Subject: [PATCH 2/2] Do not build anything in help/ as it requires itstool. Upstream-Status: Inappropriate [oe-core specific] Signed-off-by: Alexander Kanavin + --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build -index 4ac3934..8c4369a 100644 +index 3986273..ae2f65e 100644 --- a/meson.build +++ b/meson.build -@@ -116,7 +116,6 @@ subdir('tools') +@@ -164,7 +164,6 @@ subdir('tools') subdir('tests') subdir('data') -subdir('help') subdir('po') - meson.add_install_script('build-aux/meson_post_install.sh') + meson.add_install_script('build-aux/meson/post_install.sh') -- -2.14.1 +2.7.4 diff --git a/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb b/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb deleted file mode 100644 index 9fb4e577a6..0000000000 --- a/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "System-wide Performance Profiler for Linux" -HOMEPAGE = "http://www.sysprof.com" -LICENSE = "GPLv3+" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ - file://src/sp-application.c;endline=17;md5=40e55577ef122c88fe20052acda64875" - -GNOMEBASEBUILDCLASS = "meson" -inherit gnomebase gettext systemd upstream-version-is-even - -DEPENDS = "glib-2.0 libxml2-native glib-2.0-native" - -SRC_URI[archive.md5sum] = "6f9f947960ba79bb1269d8ee49b7db78" -SRC_URI[archive.sha256sum] = "d8b9d5c2246696e4a3776a312731dc7c014fbd33478bb14d5512c6f1f35a3b11" -SRC_URI += " \ - file://define-NT_GNU_BUILD_ID.patch \ - file://0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch \ - " -RECIPE_NO_UPDATE_REASON = "Waiting for resolution of https://bugzilla.gnome.org/show_bug.cgi?id=794625" - -PACKAGECONFIG ?= "${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)}" -PACKAGECONFIG[gtk] = "-Denable_gtk=true,-Denable_gtk=false,gtk+3" -PACKAGECONFIG[sysprofd] = "-Dwith_sysprofd=bundled,-Dwith_sysprofd=none,polkit" - -SOLIBS = ".so" -FILES_SOLIBSDEV = "" - -SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service', '', d)}" - -FILES_${PN} += " \ - ${datadir}/dbus-1/system-services \ - ${datadir}/dbus-1/system.d \ - " diff --git a/meta/recipes-kernel/sysprof/sysprof_3.30.0.bb b/meta/recipes-kernel/sysprof/sysprof_3.30.0.bb new file mode 100644 index 0000000000..4f1b75017d --- /dev/null +++ b/meta/recipes-kernel/sysprof/sysprof_3.30.0.bb @@ -0,0 +1,33 @@ +SUMMARY = "System-wide Performance Profiler for Linux" +HOMEPAGE = "http://www.sysprof.com" +LICENSE = "GPLv3+" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ + file://src/sp-application.c;endline=17;md5=40e55577ef122c88fe20052acda64875" + +GNOMEBASEBUILDCLASS = "meson" +inherit gnomebase gettext systemd upstream-version-is-even + +DEPENDS = "glib-2.0 libxml2-native glib-2.0-native" + +SRC_URI[archive.md5sum] = "ae896a8a2364e18c07fafa9573202f59" +SRC_URI[archive.sha256sum] = "29cd2c4be277f00698dce48259219557c4fddc2c01254b8fac95900a8c663f63" +SRC_URI += " \ + file://define-NT_GNU_BUILD_ID.patch \ + file://0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch \ + " +RECIPE_NO_UPDATE_REASON = "Waiting for resolution of https://bugzilla.gnome.org/show_bug.cgi?id=794625" + +PACKAGECONFIG ?= "${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)}" +PACKAGECONFIG[gtk] = "-Denable_gtk=true,-Denable_gtk=false,gtk+3" +PACKAGECONFIG[sysprofd] = "-Dwith_sysprofd=bundled,-Dwith_sysprofd=none,polkit" + +SOLIBS = ".so" +FILES_SOLIBSDEV = "" + +SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service', '', d)}" + +FILES_${PN} += " \ + ${datadir}/dbus-1/system-services \ + ${datadir}/dbus-1/system.d \ + ${datadir}/metainfo \ + " -- cgit 1.2.3-korg