diff options
Diffstat (limited to 'meta/recipes-support/libexif')
-rw-r--r-- | meta/recipes-support/libexif/libexif/0001-Add-serial-tests-config-needed-by-ptest.patch | 6 | ||||
-rw-r--r-- | meta/recipes-support/libexif/libexif_0.6.25.bb (renamed from meta/recipes-support/libexif/libexif_0.6.24.bb) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libexif/libexif/0001-Add-serial-tests-config-needed-by-ptest.patch b/meta/recipes-support/libexif/libexif/0001-Add-serial-tests-config-needed-by-ptest.patch index 505aa07330..26ab7f657f 100644 --- a/meta/recipes-support/libexif/libexif/0001-Add-serial-tests-config-needed-by-ptest.patch +++ b/meta/recipes-support/libexif/libexif/0001-Add-serial-tests-config-needed-by-ptest.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 1ee7217c8ae724d793f9a9876c3608057a2ccbf8 Mon Sep 17 00:00:00 2001 | 1 | From ea0110e5def8eaf2567193323601f06ff892ce15 Mon Sep 17 00:00:00 2001 |
2 | From: Julien Stephan <jstephan@baylibre.com> | 2 | From: Julien Stephan <jstephan@baylibre.com> |
3 | Date: Tue, 11 Jul 2023 16:07:54 +0200 | 3 | Date: Tue, 11 Jul 2023 16:07:54 +0200 |
4 | Subject: [PATCH] Add serial-tests config needed by ptest | 4 | Subject: [PATCH] Add serial-tests config needed by ptest |
@@ -13,10 +13,10 @@ Signed-off-by: Julien Stephan <jstephan@baylibre.com> | |||
13 | 1 file changed, 1 insertion(+) | 13 | 1 file changed, 1 insertion(+) |
14 | 14 | ||
15 | diff --git a/configure.ac b/configure.ac | 15 | diff --git a/configure.ac b/configure.ac |
16 | index cd48047..5413907 100644 | 16 | index 9e483c9..561b61c 100644 |
17 | --- a/configure.ac | 17 | --- a/configure.ac |
18 | +++ b/configure.ac | 18 | +++ b/configure.ac |
19 | @@ -16,6 +16,7 @@ AM_INIT_AUTOMAKE([ | 19 | @@ -21,6 +21,7 @@ AM_INIT_AUTOMAKE([ |
20 | dist-zip | 20 | dist-zip |
21 | check-news | 21 | check-news |
22 | subdir-objects | 22 | subdir-objects |
diff --git a/meta/recipes-support/libexif/libexif_0.6.24.bb b/meta/recipes-support/libexif/libexif_0.6.25.bb index b407ee52de..59c22753d0 100644 --- a/meta/recipes-support/libexif/libexif_0.6.24.bb +++ b/meta/recipes-support/libexif/libexif_0.6.25.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libexif-${PV}.tar.bz2 \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "d47564c433b733d83b6704c70477e0a4067811d184ec565258ac563d8223f6ae" | 15 | SRC_URI[sha256sum] = "7c9eba99aed3e6594d8c3e85861f1c6aaf450c218621528bc989d3b3e7a26307" |
16 | 16 | ||
17 | inherit autotools gettext github-releases ptest | 17 | inherit autotools gettext github-releases ptest |
18 | 18 | ||