diff options
author | Armin Kuster <akuster@mvista.com> | 2018-04-03 18:49:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:03 +0100 |
commit | 4ba923dbac2845aca5b4312a5f278ad886a7acc7 (patch) | |
tree | 8939dc2f46d4af1f65de0da84c9ef4b42a89b26e /meta/recipes-graphics/xorg-driver | |
parent | e2b37c86613b94afa9e5b42f6d00373b362be168 (diff) | |
download | poky-4ba923dbac2845aca5b4312a5f278ad886a7acc7.tar.gz |
xorg: Replace depreciated *proto depends with xorgproto
This completes the transition to xorgproto.
(From OE-Core rev: 9d236bd40ef8598c78c1ea807d658467700505e2)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
7 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb index 2623cb2f31..893f5ce3f6 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | |||
@@ -28,9 +28,9 @@ DEPENDS += "virtual/libx11 drm libpciaccess pixman" | |||
28 | PACKAGECONFIG ??= "xvmc uxa udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri1 dri2', '', d)}" | 28 | PACKAGECONFIG ??= "xvmc uxa udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri1 dri2', '', d)}" |
29 | 29 | ||
30 | PACKAGECONFIG[dri] = "--enable-dri,--disable-dri" | 30 | PACKAGECONFIG[dri] = "--enable-dri,--disable-dri" |
31 | PACKAGECONFIG[dri1] = "--enable-dri1,--disable-dri1,xf86driproto" | 31 | PACKAGECONFIG[dri1] = "--enable-dri1,--disable-dri1,xorgproto" |
32 | PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,dri2proto" | 32 | PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,xorgproto" |
33 | PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,dri3proto" | 33 | PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,xorgproto" |
34 | PACKAGECONFIG[sna] = "--enable-sna,--disable-sna" | 34 | PACKAGECONFIG[sna] = "--enable-sna,--disable-sna" |
35 | PACKAGECONFIG[uxa] = "--enable-uxa,--disable-uxa" | 35 | PACKAGECONFIG[uxa] = "--enable-uxa,--disable-uxa" |
36 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" | 36 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.5.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.5.bb index bef3636092..0430f67b40 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.5.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.5.bb | |||
@@ -22,7 +22,7 @@ omapdrm kernel driver w/ GEM support. \ | |||
22 | 22 | ||
23 | LICENSE = "GPLv2+" | 23 | LICENSE = "GPLv2+" |
24 | LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602" | 24 | LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602" |
25 | DEPENDS += "virtual/libx11 libdrm xf86driproto" | 25 | DEPENDS += "virtual/libx11 libdrm xorgproto" |
26 | 26 | ||
27 | SRC_URI[md5sum] = "3b8ea5e8fba63355c0dc6681c49d5fe5" | 27 | SRC_URI[md5sum] = "3b8ea5e8fba63355c0dc6681c49d5fe5" |
28 | SRC_URI[sha256sum] = "93e7d42107521e61f61980eaea64fb452e87b7b94272e48938ac8d904ccfab5a" | 28 | SRC_URI[sha256sum] = "93e7d42107521e61f61980eaea64fb452e87b7b94272e48938ac8d904ccfab5a" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb index 5c1356de55..9a110148d8 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb | |||
@@ -9,7 +9,7 @@ can drive most VESA-compatible video cards, but only makes use of the \ | |||
9 | basic standard VESA core that is common to these cards. The driver \ | 9 | basic standard VESA core that is common to these cards. The driver \ |
10 | supports depths 8, 15 16 and 24." | 10 | supports depths 8, 15 16 and 24." |
11 | 11 | ||
12 | DEPENDS += "virtual/libx11 randrproto libpciaccess" | 12 | DEPENDS += "virtual/libx11 xorgproto libpciaccess" |
13 | 13 | ||
14 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 14 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
15 | 15 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.2.1.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.2.1.bb index 706d35d2fc..0b63bbc67c 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.2.1.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.2.1.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "vmware is an Xorg driver for VMware virtual video cards." | |||
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53" |
8 | 8 | ||
9 | DEPENDS += "virtual/libx11 xineramaproto videoproto libpciaccess" | 9 | DEPENDS += "virtual/libx11 xorgproto libpciaccess" |
10 | 10 | ||
11 | SRC_URI += "file://0002-add-option-for-vmwgfx.patch" | 11 | SRC_URI += "file://0002-add-option-for-vmwgfx.patch" |
12 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc index bca0aade6c..e657c65b4c 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | |||
@@ -7,7 +7,7 @@ LICENSE = "MIT-X" | |||
7 | PE = "2" | 7 | PE = "2" |
8 | INC_PR = "r21" | 8 | INC_PR = "r21" |
9 | 9 | ||
10 | DEPENDS = "virtual/xserver xproto randrproto util-macros" | 10 | DEPENDS = "virtual/xserver xorgproto util-macros" |
11 | 11 | ||
12 | SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2" | 12 | SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2" |
13 | 13 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc index 342067d6c1..57912e70db 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require xorg-driver-common.inc | 1 | require xorg-driver-common.inc |
2 | 2 | ||
3 | DEPENDS += "inputproto kbproto " | 3 | DEPENDS += "xorgproto" |
4 | 4 | ||
5 | python add_xorg_abi_depends() { | 5 | python add_xorg_abi_depends() { |
6 | _add_xorg_abi_depends(d, "input") | 6 | _add_xorg_abi_depends(d, "input") |
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc index b5862dae10..2938ef1161 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require xorg-driver-common.inc | 1 | require xorg-driver-common.inc |
2 | 2 | ||
3 | DEPENDS =+ "renderproto videoproto xextproto fontsproto" | 3 | DEPENDS =+ "xorgproto" |
4 | 4 | ||
5 | python add_xorg_abi_depends() { | 5 | python add_xorg_abi_depends() { |
6 | _add_xorg_abi_depends(d, "video") | 6 | _add_xorg_abi_depends(d, "video") |