summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc/0001-meson.build-bump-version-to-1.7.0.patch
blob: 79a3b92b44834d7d999ec5d19c9abe588c3bbd8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 9153522103bd4ed7e3299c4d073f66bb37cb2d42 Mon Sep 17 00:00:00 2001
From: Nikolay Letov <letov.nikolay@gmail.com>
Date: Wed, 22 Feb 2023 13:36:07 +0300
Subject: [PATCH 1/2] meson.build: bump version to 1.7.0

[This was botched in the actual 1.7.0 release :( - David Gibson]

Upstream-Status: Backport [https://git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=64a907f08b9bedd89833c1eee674148cff2343c6]

Signed-off-by: Nikolay Letov <letov.nikolay@gmail.com>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 78251eb..d88cd9f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('dtc', 'c',
-  version: '1.6.0',
+  version: '1.7.0',
   license: ['GPL2+', 'BSD-2'],
   default_options: 'werror=true',
 )
-- 
2.30.2