summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2023-02-20 12:45:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-24 13:31:45 +0000
commitbc35fe5771ea03d9a6ccdb0ad7f67653c0d428bb (patch)
treea5f86a5eebf127dad97413527713758e19dee544 /meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch
parente7dd0666bd464756cf72fb1bedf70482b95ec819 (diff)
downloadpoky-bc35fe5771ea03d9a6ccdb0ad7f67653c0d428bb.tar.gz
bluez5: refresh patches with devtool
(From OE-Core rev: 665c5f217370cf28f18e818b81af07494b7acb2d) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch b/meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch
index 24ddae6b63..7c47cc1a1e 100644
--- a/meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch
+++ b/meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch
@@ -1,19 +1,20 @@
1From 4bdf0f96dcaa945fd29f26d56e5b36d8c23e4c8b Mon Sep 17 00:00:00 2001 1From a657fddd13a2e756b0af315301f1c44081e2f668 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 1 Apr 2016 17:07:34 +0300 3Date: Fri, 1 Apr 2016 17:07:34 +0300
4Subject: [PATCH] tests: add a target for building tests without running them 4Subject: [PATCH] tests: add a target for building tests without running them
5 5
6Upstream-Status: Inappropriate [oe specific] 6Upstream-Status: Inappropriate [oe specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8
8--- 9---
9 Makefile.am | 3 +++ 10 Makefile.am | 3 +++
10 1 file changed, 3 insertions(+) 11 1 file changed, 3 insertions(+)
11 12
12diff --git a/Makefile.am b/Makefile.am 13diff --git a/Makefile.am b/Makefile.am
13index 1a48a71..ba3b92f 100644 14index 7041f8e..25966cd 100644
14--- a/Makefile.am 15--- a/Makefile.am
15+++ b/Makefile.am 16+++ b/Makefile.am
16@@ -425,6 +425,9 @@ endif 17@@ -594,6 +594,9 @@ endif
17 TESTS = $(unit_tests) 18 TESTS = $(unit_tests)
18 AM_TESTS_ENVIRONMENT = MALLOC_CHECK_=3 MALLOC_PERTURB_=69 19 AM_TESTS_ENVIRONMENT = MALLOC_CHECK_=3 MALLOC_PERTURB_=69
19 20
@@ -23,6 +24,3 @@ index 1a48a71..ba3b92f 100644
23 if DBUS_RUN_SESSION 24 if DBUS_RUN_SESSION
24 AM_TESTS_ENVIRONMENT += dbus-run-session -- 25 AM_TESTS_ENVIRONMENT += dbus-run-session --
25 endif 26 endif
26--
272.8.0.rc3
28