diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-20 12:49:50 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-22 08:27:48 +0100 |
| commit | 7f89c7f9290a4e5421b01d64421297fe78ada00e (patch) | |
| tree | 96a590b3827e62053b2b74d8a65423b0846cdb9f /meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb | |
| parent | 07c627645da0785acb54a635acfd8593f9118135 (diff) | |
| download | poky-7f89c7f9290a4e5421b01d64421297fe78ada00e.tar.gz | |
xorg-app: Tweak handling of compression changes in SRC_URI
Rather than duplicating SRC_URI, change the compression to a variable.
(From OE-Core rev: 21547dd5319f27a8f7f20a80e39478f816b4bbe0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb b/meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb index 57b43ff28c..0e0347f768 100644 --- a/meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb +++ b/meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb | |||
| @@ -11,8 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" | |||
| 11 | DEPENDS += "libxrandr libxrender" | 11 | DEPENDS += "libxrandr libxrender" |
| 12 | PE = "1" | 12 | PE = "1" |
| 13 | 13 | ||
| 14 | SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.xz" | 14 | SRC_URI_EXT = "xz" |
| 15 | |||
| 16 | SRC_URI[md5sum] = "fe40f7a4fd39dd3a02248d3e0b1972e4" | 15 | SRC_URI[md5sum] = "fe40f7a4fd39dd3a02248d3e0b1972e4" |
| 17 | SRC_URI[sha256sum] = "7bc76daf9d72f8aff885efad04ce06b90488a1a169d118dea8a2b661832e8762" | 16 | SRC_URI[sha256sum] = "7bc76daf9d72f8aff885efad04ce06b90488a1a169d118dea8a2b661832e8762" |
| 18 | 17 | ||
