diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-31 10:34:50 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-11 03:54:46 -1000 |
commit | 7180b28b195db40ec5cc08e27f80c8ac6e8207c9 (patch) | |
tree | d3743b85c8e8fbfb4c3d12dfcb9360b5c117ebab | |
parent | 6d6d20ffa3e8c75334ff264eccacabf78dd71ff9 (diff) | |
download | poky-7180b28b195db40ec5cc08e27f80c8ac6e8207c9.tar.gz |
libsndfile1: upgrade 1.2.0 -> 1.2.2
Changelog:
=========
* Fixed invalid regex in src/create_symbols_file.py
* Fixed passing null pointer to printf %s in tests
(From OE-Core rev: 7d5a6d6c908ce7e7601c85a00a2331039f1e5fe4)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit ff22e9ae6a237d8c48aa9eaee65de3157f52307b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb (renamed from meta/recipes-multimedia/libsndfile/libsndfile1_1.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.0.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb index b8001f4618..c7fbf409ac 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.0.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/libsndfile-${PV}.tar.xz \ | |||
13 | " | 13 | " |
14 | GITHUB_BASE_URI = "https://github.com/libsndfile/libsndfile/releases/" | 14 | GITHUB_BASE_URI = "https://github.com/libsndfile/libsndfile/releases/" |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "0e30e7072f83dc84863e2e55f299175c7e04a5902ae79cfb99d4249ee8f6d60a" | 16 | SRC_URI[sha256sum] = "3799ca9924d3125038880367bf1468e53a1b7e3686a934f098b7e1d286cdb80e" |
17 | 17 | ||
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a" | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a" |
19 | 19 | ||