diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-03-19 09:43:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-20 18:54:56 +0000 |
commit | b1deccbd49cc3f785623b7600b8668fc0236f5cd (patch) | |
tree | eaa67311f359a45a91a762364efe905aff8e6039 /meta/recipes-gnome | |
parent | 64ddf97b3459829861af8803b28a93e04ae95cb7 (diff) | |
download | poky-b1deccbd49cc3f785623b7600b8668fc0236f5cd.tar.gz |
libhandy: update 1.0.3 -> 1.2.0
(From OE-Core rev: 48fb4f03fec2085ca2e4745e0e40eaab6787e0f2)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libhandy/libhandy/determinism.patch | 35 | ||||
-rw-r--r-- | meta/recipes-gnome/libhandy/libhandy_1.2.0.bb (renamed from meta/recipes-gnome/libhandy/libhandy_1.0.3.bb) | 5 |
2 files changed, 2 insertions, 38 deletions
diff --git a/meta/recipes-gnome/libhandy/libhandy/determinism.patch b/meta/recipes-gnome/libhandy/libhandy/determinism.patch deleted file mode 100644 index 7c4177f5f5..0000000000 --- a/meta/recipes-gnome/libhandy/libhandy/determinism.patch +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | hdy-enums*.c.in: Fix reproducibility issue | ||
2 | |||
3 | When full filenames are used in generated sources it makes the resulting | ||
4 | debug packages non-reproducible. Best practise is to use basename in | ||
5 | comments instead. | ||
6 | |||
7 | Signed-off-by: Richard Purdie richard.purdie@linuxfoundation.org | ||
8 | Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/libhandy/-/merge_requests/734] | ||
9 | |||
10 | Index: a/src/hdy-enums-private.c.in | ||
11 | =================================================================== | ||
12 | --- a/src/hdy-enums-private.c.in | ||
13 | +++ b/src/hdy-enums-private.c.in | ||
14 | @@ -7,7 +7,7 @@ | ||
15 | /*** END file-header ***/ | ||
16 | |||
17 | /*** BEGIN file-production ***/ | ||
18 | -/* enumerations from "@filename@" */ | ||
19 | +/* enumerations from "@basename@" */ | ||
20 | /*** END file-production ***/ | ||
21 | |||
22 | /*** BEGIN value-header ***/ | ||
23 | Index: a/src/hdy-enums.c.in | ||
24 | =================================================================== | ||
25 | --- a/src/hdy-enums.c.in | ||
26 | +++ b/src/hdy-enums.c.in | ||
27 | @@ -13,7 +13,7 @@ | ||
28 | /*** END file-header ***/ | ||
29 | |||
30 | /*** BEGIN file-production ***/ | ||
31 | -/* enumerations from "@filename@" */ | ||
32 | +/* enumerations from "@basename@" */ | ||
33 | /*** END file-production ***/ | ||
34 | |||
35 | /*** BEGIN value-header ***/ | ||
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb b/meta/recipes-gnome/libhandy/libhandy_1.2.0.bb index a53a1388f9..1e37feb20a 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.2.0.bb | |||
@@ -9,9 +9,8 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues" | |||
9 | LICENSE = "LGPLv2.1" | 9 | LICENSE = "LGPLv2.1" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
11 | 11 | ||
12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-0 \ | 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https" |
13 | file://determinism.patch" | 13 | SRCREV = "7b38a860ffcec6c2ad28153358cc3d037ddb618f" |
14 | SRCREV = "7126d2e8da9dcdeb5751e60ff6a74930804f9637" | ||
15 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
16 | 15 | ||
17 | GIR_MESON_ENABLE_FLAG = 'enabled' | 16 | GIR_MESON_ENABLE_FLAG = 'enabled' |