summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-12 15:33:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-13 23:31:40 +0000
commit352a99611f8fb552dc2538302626e53629d31f24 (patch)
tree83242b6d7db214e931406075dd27d2d3d6093c45 /meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb
parentfd83764c327b2fc97dee5350c9d27b66707584b1 (diff)
downloadpoky-352a99611f8fb552dc2538302626e53629d31f24.tar.gz
xrandr: upgrade 1.5.1 -> 1.5.2
(From OE-Core rev: 3c39a7e7aa1cc60711dd5edfbcaf45254111fa8e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> 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.bb18
1 files changed, 0 insertions, 18 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
deleted file mode 100644
index 0e0347f768..0000000000
--- a/meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1require xorg-app-common.inc
2
3SUMMARY = "XRandR: X Resize, Rotate and Reflect extension command"
4
5DESCRIPTION = "Xrandr is used to set the size, orientation and/or \
6reflection of the outputs for a screen. It can also set the screen \
7size."
8
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
11DEPENDS += "libxrandr libxrender"
12PE = "1"
13
14SRC_URI_EXT = "xz"
15SRC_URI[md5sum] = "fe40f7a4fd39dd3a02248d3e0b1972e4"
16SRC_URI[sha256sum] = "7bc76daf9d72f8aff885efad04ce06b90488a1a169d118dea8a2b661832e8762"
17
18BBCLASSEXTEND = "native nativesdk"