summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch4
-rw-r--r--meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch2
-rw-r--r--meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch4
-rw-r--r--meta/recipes-support/appstream/appstream_1.0.6.bb (renamed from meta/recipes-support/appstream/appstream_1.0.5.bb)2
4 files changed, 6 insertions, 6 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 03ac5eb05b..5f4ec29628 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 7372848f22d7edc01e40b0533047b34f41f6cf71 Mon Sep 17 00:00:00 2001 1From e713f4d6ce2ee198eabcc31bc734e84cdb20ea32 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,7 +14,7 @@ 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 7e89ab0..c34ea74 100644 17index ee5b179..8a06e75 100644
18--- a/meson.build 18--- a/meson.build
19+++ b/meson.build 19+++ b/meson.build
20@@ -194,10 +194,10 @@ endif 20@@ -194,10 +194,10 @@ endif
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 71c9aadbc9..cf26013019 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 43afdff090c4cbb2d3b4025a38b25a718c8f16b5 Mon Sep 17 00:00:00 2001 1From eafac7178683c9fe5ab50192dec004f24638b2f4 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
diff --git a/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch b/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
index e522a92e14..d1994e3c4c 100644
--- a/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
+++ b/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch
@@ -1,4 +1,4 @@
1From c36b6226479a20ebd910f355deddb9d5c7571213 Mon Sep 17 00:00:00 2001 1From f19365d8b90cde7d2a385f8c85b74a2565ff25fa Mon Sep 17 00:00:00 2001
2From: Marc Ferland <marc.ferland@sonatest.com> 2From: Marc Ferland <marc.ferland@sonatest.com>
3Date: Mon, 29 Jul 2024 09:35:51 -0400 3Date: Mon, 29 Jul 2024 09:35:51 -0400
4Subject: [PATCH] Fix PACKAGE_PREFIX_DIR in qt/cmake/AppStreamQtConfig.cmake.in 4Subject: [PATCH] Fix PACKAGE_PREFIX_DIR in qt/cmake/AppStreamQtConfig.cmake.in
@@ -39,7 +39,7 @@ Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
39 1 file changed, 1 insertion(+), 1 deletion(-) 39 1 file changed, 1 insertion(+), 1 deletion(-)
40 40
41diff --git a/qt/cmake/AppStreamQtConfig.cmake.in b/qt/cmake/AppStreamQtConfig.cmake.in 41diff --git a/qt/cmake/AppStreamQtConfig.cmake.in b/qt/cmake/AppStreamQtConfig.cmake.in
42index 63df65f2..5ab2d0ec 100644 42index 63df65f..5ab2d0e 100644
43--- a/qt/cmake/AppStreamQtConfig.cmake.in 43--- a/qt/cmake/AppStreamQtConfig.cmake.in
44+++ b/qt/cmake/AppStreamQtConfig.cmake.in 44+++ b/qt/cmake/AppStreamQtConfig.cmake.in
45@@ -1,5 +1,5 @@ 45@@ -1,5 +1,5 @@
diff --git a/meta/recipes-support/appstream/appstream_1.0.5.bb b/meta/recipes-support/appstream/appstream_1.0.6.bb
index bb293f76e2..62761380f5 100644
--- a/meta/recipes-support/appstream/appstream_1.0.5.bb
+++ b/meta/recipes-support/appstream/appstream_1.0.6.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] = "ce0ed29e89abd5f0cf790ea87d792f1967c3413060beb30e63a979578d975121" 33SRC_URI[sha256sum] = "db4439db6a33de3ca1041473501610844ddf1b72ae23016c05242c681c380b4d"
34 34
35S = "${UNPACKDIR}/AppStream-${PV}" 35S = "${UNPACKDIR}/AppStream-${PV}"
36 36