summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch6
-rw-r--r--meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch6
-rw-r--r--meta/recipes-support/appstream/appstream_1.0.4.bb (renamed from meta/recipes-support/appstream/appstream_1.0.3.bb)2
3 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
index d4d5517ab1..03ac5eb05b 100644
--- a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
+++ b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
@@ -1,4 +1,4 @@
1From 03f00252c2fc948c0bce1fc0a6ee87adef71d1bb Mon Sep 17 00:00:00 2001 1From 7372848f22d7edc01e40b0533047b34f41f6cf71 Mon Sep 17 00:00:00 2001
2From: Markus Volk <f_l_k@t-online.de> 2From: Markus Volk <f_l_k@t-online.de>
3Date: Mon, 12 Dec 2022 15:42:42 +0100 3Date: Mon, 12 Dec 2022 15:42:42 +0100
4Subject: [PATCH] remove hardcoded path 4Subject: [PATCH] remove hardcoded path
@@ -14,10 +14,10 @@ Upstream-Status: Inappropriate [oe-specific]
14 1 file changed, 2 insertions(+), 2 deletions(-) 14 1 file changed, 2 insertions(+), 2 deletions(-)
15 15
16diff --git a/meson.build b/meson.build 16diff --git a/meson.build b/meson.build
17index 5f2eaa22..4a2483a1 100644 17index 7e89ab0..c34ea74 100644
18--- a/meson.build 18--- a/meson.build
19+++ b/meson.build 19+++ b/meson.build
20@@ -191,10 +191,10 @@ endif 20@@ -194,10 +194,10 @@ endif
21 stemmer_inc_dirs = include_directories() 21 stemmer_inc_dirs = include_directories()
22 if get_option('stemming') 22 if get_option('stemming')
23 stemmer_lib = cc.find_library('stemmer', required: true) 23 stemmer_lib = cc.find_library('stemmer', required: true)
diff --git a/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch b/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
index 9a725ab8e4..71c9aadbc9 100644
--- a/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
+++ b/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
@@ -1,4 +1,4 @@
1From a7721cf4f412fbe18fe15127bea7b1457b99f684 Mon Sep 17 00:00:00 2001 1From 43afdff090c4cbb2d3b4025a38b25a718c8f16b5 Mon Sep 17 00:00:00 2001
2From: Marc Ferland <marc.ferland@sonatest.com> 2From: Marc Ferland <marc.ferland@sonatest.com>
3Date: Fri, 26 Jul 2024 15:41:00 -0400 3Date: Fri, 26 Jul 2024 15:41:00 -0400
4Subject: [PATCH] Do not build qt/tests 4Subject: [PATCH] Do not build qt/tests
@@ -23,10 +23,10 @@ Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
23 1 file changed, 2 deletions(-) 23 1 file changed, 2 deletions(-)
24 24
25diff --git a/qt/meson.build b/qt/meson.build 25diff --git a/qt/meson.build b/qt/meson.build
26index 1909bcf7..c3ca20fb 100644 26index 7d9ed7d..e319425 100644
27--- a/qt/meson.build 27--- a/qt/meson.build
28+++ b/qt/meson.build 28+++ b/qt/meson.build
29@@ -148,5 +148,3 @@ install_data ( 29@@ -150,5 +150,3 @@ install_data (
30 30
31 # end of Qt version loop 31 # end of Qt version loop
32 endforeach 32 endforeach
diff --git a/meta/recipes-support/appstream/appstream_1.0.3.bb b/meta/recipes-support/appstream/appstream_1.0.4.bb
index 092d85d1a0..a9c87f7589 100644
--- a/meta/recipes-support/appstream/appstream_1.0.3.bb
+++ b/meta/recipes-support/appstream/appstream_1.0.4.bb
@@ -30,7 +30,7 @@ SRC_URI = " \
30 file://0002-Do-not-build-qt-tests.patch \ 30 file://0002-Do-not-build-qt-tests.patch \
31 file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch \ 31 file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch \
32" 32"
33SRC_URI[sha256sum] = "5ab6f6cf644e7875a9508593962e56bb430f4e59ae0bf03be6be7029deb6baa4" 33SRC_URI[sha256sum] = "2d218348067f98c4f34a3ffe2d8219ad9f504b1b2481f1872dec66c77bf37509"
34 34
35S = "${WORKDIR}/AppStream-${PV}" 35S = "${WORKDIR}/AppStream-${PV}"
36 36