diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-09-06 18:56:25 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-07 14:36:30 +0100 |
| commit | 4d63bd3be16611c56f170a135f51938ec4a3ba0e (patch) | |
| tree | 6f081f810bdfdb655eb6bed9629ec94564f8655d | |
| parent | 5ec7af42ecf47339cda194b73b31765426db40aa (diff) | |
| download | poky-4d63bd3be16611c56f170a135f51938ec4a3ba0e.tar.gz | |
libpthread-stubs: update 0.4 -> 0.5
(From OE-Core rev: 7b67cb1914fd3da66ad626d0fb26891137b5c18f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb (renamed from meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb b/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb index 7bf702076d..62384e6d2e 100644 --- a/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb +++ b/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb | |||
| @@ -7,9 +7,8 @@ SECTION = "x11/libs" | |||
| 7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6edc1fea03d959f0c2d743fe5ca746ad" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6edc1fea03d959f0c2d743fe5ca746ad" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.bz2" | 10 | SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.xz" |
| 11 | SRC_URI[md5sum] = "48c1544854a94db0e51499cc3afd797f" | 11 | SRC_URI[sha256sum] = "59da566decceba7c2a7970a4a03b48d9905f1262ff94410a649224e33d2442bc" |
| 12 | SRC_URI[sha256sum] = "e4d05911a3165d3b18321cc067fdd2f023f06436e391c6a28dff618a78d2e733" | ||
| 13 | 12 | ||
| 14 | inherit autotools | 13 | inherit autotools |
| 15 | 14 | ||
