diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-28 14:05:50 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-28 11:32:26 -0800 |
| commit | 706cfeb2504ebec37872e6ee051a5b07385412b7 (patch) | |
| tree | 1637db472222153110cbb2896a80efcd88a63c20 | |
| parent | f561233c8e0531e2ab83ab31c3e2a8519d30fc1e (diff) | |
| download | meta-openembedded-706cfeb2504ebec37872e6ee051a5b07385412b7.tar.gz | |
colord: upgrade 1.4.5 -> 1.4.6
Changelog:
==========
Bugfixes:
- Add missing copyright notices
- Add Spyder X entry
- Document where to send patches
- Don't use exact floating point comparisons
- Drop option for removed reverse engineering tools
- Drop references to hughski.com
- Fix a small memory leak in sqlite3_exec()
- Fix typo in device-removed signal documentation
- Make introspection optional in meson
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/colord/colord.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/colord/colord.inc b/meta-oe/recipes-support/colord/colord.inc index 41962cd63c..0ae1a30fe6 100644 --- a/meta-oe/recipes-support/colord/colord.inc +++ b/meta-oe/recipes-support/colord/colord.inc | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 6 | file://meson.build;beginline=3;endline=3;md5=f42198707d793be58b274d34fd5238c3 \ | 6 | file://meson.build;beginline=3;endline=3;md5=f42198707d793be58b274d34fd5238c3 \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | PV = "1.4.5" | 9 | PV = "1.4.6" |
| 10 | SRC_URI = "https://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz" | 10 | SRC_URI = "https://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz" |
| 11 | SRC_URI[sha256sum] = "b774ea443d239f4a2ee1853bd678426e669ddeda413dcb71cea1638c4d6c5e17" | 11 | SRC_URI[sha256sum] = "7407631a27bfe5d1b672e7ae42777001c105d860b7b7392283c8c6300de88e6f" |
| 12 | 12 | ||
