1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-21 05:27:01 +00:00

sysprof: update to 3.30.0

(From OE-Core rev: 9a16f9e4eb782e43c659832f551b7e50fa9c0486)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2018-09-06 12:40:17 +02:00
committed by Richard Purdie
parent 2b7043ca09
commit db3071d825
2 changed files with 10 additions and 8 deletions
@@ -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 <alex.kanavin@gmail.com>
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 <alex.kanavin@gmail.com>
---
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