diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-06-20 16:06:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-25 06:44:52 -0700 |
| commit | fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 (patch) | |
| tree | 4219bd472a29fcaca1f076c1e39ecb7078932bea /meta-oe/recipes-graphics/libsdl | |
| parent | 188491dd2b349d2dc7c0d40b9ee8d870228704f3 (diff) | |
| download | meta-openembedded-fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3.tar.gz | |
meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.
I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl')
9 files changed, 9 insertions, 9 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb b/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb index 4f702029d9..d707b6c9b4 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "dfb15ac5f8ce7a4952dc12d2aed9747518c5e6b335c0e31636d23f93c6 | |||
| 10 | 10 | ||
| 11 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/sdlgfx/files/" | 11 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/sdlgfx/files/" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/SDL_gfx-${PV}" | 13 | S = "${UNPACKDIR}/SDL_gfx-${PV}" |
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb b/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb index 01137bb0ca..29fb8cb4aa 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar. | |||
| 11 | file://configure.patch" | 11 | file://configure.patch" |
| 12 | SRC_URI[sha256sum] = "0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699" | 12 | SRC_URI[sha256sum] = "0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/SDL_image-${PV}" | 14 | S = "${UNPACKDIR}/SDL_image-${PV}" |
| 15 | 15 | ||
| 16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-mixer_1.2.12.bb b/meta-oe/recipes-graphics/libsdl/libsdl-mixer_1.2.12.bb index 35f278c890..d87c15aebc 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-mixer_1.2.12.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-mixer_1.2.12.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar. | |||
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a" | 11 | SRC_URI[sha256sum] = "1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/SDL_mixer-${PV}" | 13 | S = "${UNPACKDIR}/SDL_mixer-${PV}" |
| 14 | 14 | ||
| 15 | inherit autotools-brokensep pkgconfig | 15 | inherit autotools-brokensep pkgconfig |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-net_1.2.8.bb b/meta-oe/recipes-graphics/libsdl/libsdl-net_1.2.8.bb index 93466872ac..ef4d13ebb6 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-net_1.2.8.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-net_1.2.8.bb | |||
| @@ -14,6 +14,6 @@ SRC_URI = " \ | |||
| 14 | file://am_foreign.patch \ | 14 | file://am_foreign.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/SDL_net-${PV}" | 17 | S = "${UNPACKDIR}/SDL_net-${PV}" |
| 18 | 18 | ||
| 19 | SRC_URI[sha256sum] = "5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4" | 19 | SRC_URI[sha256sum] = "5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4" |
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb b/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb index c104444319..2cf3e88f17 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ | |||
| 9 | " | 9 | " |
| 10 | SRC_URI[sha256sum] = "724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7" | 10 | SRC_URI[sha256sum] = "724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/SDL_ttf-${PV}" | 12 | S = "${UNPACKDIR}/SDL_ttf-${PV}" |
| 13 | 13 | ||
| 14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb index d3dbf13ae7..c15e986dc3 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = "tiff zlib libpng jpeg virtual/libsdl2 libwebp" | |||
| 9 | SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PV}.tar.gz" | 9 | SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PV}.tar.gz" |
| 10 | SRC_URI[sha256sum] = "2213b56fdaff2220d0e38c8e420cbe1a83c87374190cba8c70af2156097ce30a" | 10 | SRC_URI[sha256sum] = "2213b56fdaff2220d0e38c8e420cbe1a83c87374190cba8c70af2156097ce30a" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/SDL2_image-${PV}" | 12 | S = "${UNPACKDIR}/SDL2_image-${PV}" |
| 13 | 13 | ||
| 14 | inherit cmake pkgconfig | 14 | inherit cmake pkgconfig |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb index b24c8782cf..46e6ba0774 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" | |||
| 7 | SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${PV}.tar.gz" | 7 | SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${PV}.tar.gz" |
| 8 | SRC_URI[sha256sum] = "cb760211b056bfe44f4a1e180cc7cb201137e4d1572f2002cc1be728efd22660" | 8 | SRC_URI[sha256sum] = "cb760211b056bfe44f4a1e180cc7cb201137e4d1572f2002cc1be728efd22660" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/SDL2_mixer-${PV}" | 10 | S = "${UNPACKDIR}/SDL2_mixer-${PV}" |
| 11 | 11 | ||
| 12 | inherit cmake pkgconfig | 12 | inherit cmake pkgconfig |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb index d26a545f83..4a7ada94cb 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=68a088513da90254b2fbe664f42af315" | |||
| 6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
| 7 | https://www.libsdl.org/projects/SDL_net/release/SDL2_net-${PV}.tar.gz \ | 7 | https://www.libsdl.org/projects/SDL_net/release/SDL2_net-${PV}.tar.gz \ |
| 8 | " | 8 | " |
| 9 | S = "${WORKDIR}/SDL2_net-${PV}" | 9 | S = "${UNPACKDIR}/SDL2_net-${PV}" |
| 10 | 10 | ||
| 11 | inherit cmake pkgconfig | 11 | inherit cmake pkgconfig |
| 12 | 12 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb index 35870c4814..8122b88a68 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb | |||
| @@ -31,7 +31,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | |||
| 31 | 31 | ||
| 32 | UPSTREAM_CHECK_REGEX = "SDL-(?P<pver>\d+(\.\d+)+)\.tar" | 32 | UPSTREAM_CHECK_REGEX = "SDL-(?P<pver>\d+(\.\d+)+)\.tar" |
| 33 | 33 | ||
| 34 | S = "${WORKDIR}/SDL-${PV}" | 34 | S = "${UNPACKDIR}/SDL-${PV}" |
| 35 | 35 | ||
| 36 | SRC_URI[sha256sum] = "d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00" | 36 | SRC_URI[sha256sum] = "d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00" |
| 37 | 37 | ||
