diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-05-24 00:33:50 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-24 07:39:35 -0700 |
commit | eb5c798422dfc1fb10c25282c89d92fc059577cc (patch) | |
tree | bc1c038c03d2648b69fab75d8583750b1e88dd34 /meta-oe | |
parent | 34c1fa8b8f3f33a254213631b5c720a77c45393c (diff) | |
download | meta-openembedded-eb5c798422dfc1fb10c25282c89d92fc059577cc.tar.gz |
colord: upgrade 1.4.4 -> 1.4.5
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/colord/colord-native/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch | 6 | ||||
-rw-r--r-- | meta-oe/recipes-support/colord/colord.inc | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/colord/colord-native/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch b/meta-oe/recipes-support/colord/colord-native/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch index 278b90e07..aae2be8c1 100644 --- a/meta-oe/recipes-support/colord/colord-native/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch +++ b/meta-oe/recipes-support/colord/colord-native/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch | |||
@@ -89,11 +89,11 @@ index a5e2328..dec509a 100644 | |||
89 | +} | 89 | +} |
90 | + | 90 | + |
91 | diff --git a/lib/colord/cd-icc.c b/lib/colord/cd-icc.c | 91 | diff --git a/lib/colord/cd-icc.c b/lib/colord/cd-icc.c |
92 | index f231814..2c8fe77 100644 | 92 | index 8beec43..398ff7a 100644 |
93 | --- a/lib/colord/cd-icc.c | 93 | --- a/lib/colord/cd-icc.c |
94 | +++ b/lib/colord/cd-icc.c | 94 | +++ b/lib/colord/cd-icc.c |
95 | @@ -3094,68 +3094,6 @@ out: | 95 | @@ -3114,68 +3114,6 @@ cd_icc_create_default (CdIcc *icc, GError **error) |
96 | return ret; | 96 | return cd_icc_create_default_full (icc, CD_ICC_LOAD_FLAGS_NONE, error); |
97 | } | 97 | } |
98 | 98 | ||
99 | -/** | 99 | -/** |
diff --git a/meta-oe/recipes-support/colord/colord.inc b/meta-oe/recipes-support/colord/colord.inc index 7497fed51..09e600c94 100644 --- a/meta-oe/recipes-support/colord/colord.inc +++ b/meta-oe/recipes-support/colord/colord.inc | |||
@@ -6,8 +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.4" | 9 | PV = "1.4.5" |
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[md5sum] = "32c2709a6002d9ee750483aaed6379c8" | 11 | SRC_URI[sha256sum] = "b774ea443d239f4a2ee1853bd678426e669ddeda413dcb71cea1638c4d6c5e17" |
12 | SRC_URI[sha256sum] = "9a0fe80160bf88efddb582a9fc0169f56065276dc3882c47dddb9eecd048c0a5" | ||
13 | 12 | ||