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-lib | |
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-lib')
29 files changed, 30 insertions, 30 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libdmx_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libdmx_1.1.3.bb index e623cee421..c74b706953 100644 --- a/meta/recipes-graphics/xorg-lib/libdmx_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libdmx_1.1.3.bb | |||
@@ -11,7 +11,7 @@ LICENSE = "MIT" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=a3c3499231a8035efd0e004cfbd3b72a \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=a3c3499231a8035efd0e004cfbd3b72a \ |
12 | file://src/dmx.c;endline=33;md5=c43f19af03c7c8619cadc9724ed9afe1" | 12 | file://src/dmx.c;endline=33;md5=c43f19af03c7c8619cadc9724ed9afe1" |
13 | 13 | ||
14 | DEPENDS += "libxext dmxproto" | 14 | DEPENDS += "libxext xorgproto" |
15 | 15 | ||
16 | PE = "1" | 16 | PE = "1" |
17 | 17 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.3.bb index a181f05c29..34d5fc4487 100644 --- a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.3.bb | |||
@@ -8,7 +8,7 @@ require xorg-lib-common.inc | |||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1" |
10 | 10 | ||
11 | DEPENDS += "zlib xproto font-util" | 11 | DEPENDS += "zlib xorgproto font-util" |
12 | PE = "1" | 12 | PE = "1" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-graphics/xorg-lib/libice_1.0.9.bb b/meta/recipes-graphics/xorg-lib/libice_1.0.9.bb index f069749ce0..0337d21189 100644 --- a/meta/recipes-graphics/xorg-lib/libice_1.0.9.bb +++ b/meta/recipes-graphics/xorg-lib/libice_1.0.9.bb | |||
@@ -11,7 +11,7 @@ require xorg-lib-common.inc | |||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT-style" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93" |
13 | 13 | ||
14 | DEPENDS += "xproto xtrans" | 14 | DEPENDS += "xorgproto xtrans" |
15 | PROVIDES = "ice" | 15 | PROVIDES = "ice" |
16 | 16 | ||
17 | PE = "1" | 17 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb b/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb index 48922cb992..fdc693be14 100644 --- a/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb +++ b/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb | |||
@@ -11,7 +11,7 @@ require xorg-lib-common.inc | |||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT-style" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb37f44e02bdbde80546024400728d" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb37f44e02bdbde80546024400728d" |
13 | 13 | ||
14 | DEPENDS += "libice xproto xtrans" | 14 | DEPENDS += "libice xorgproto xtrans" |
15 | 15 | ||
16 | # libSM can work without libuuid, we explicitly disable it to break the following circular dependency | 16 | # libSM can work without libuuid, we explicitly disable it to break the following circular dependency |
17 | # when DISTRO_FEATURES contains 'systemd' and 'x11'. | 17 | # when DISTRO_FEATURES contains 'systemd' and 'x11'. |
diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index 4af40ab8a1..d9a2b52ad6 100644 --- a/meta/recipes-graphics/xorg-lib/libx11.inc +++ b/meta/recipes-graphics/xorg-lib/libx11.inc | |||
@@ -18,8 +18,8 @@ XORG_PN = "libX11" | |||
18 | LICENSE = "MIT & MIT-style & BSD" | 18 | LICENSE = "MIT & MIT-style & BSD" |
19 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | 19 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" |
20 | 20 | ||
21 | DEPENDS += "xproto xextproto xtrans libxcb kbproto inputproto" | 21 | DEPENDS += "xorgproto xtrans libxcb" |
22 | DEPENDS += "xproto-native" | 22 | DEPENDS += "xorgproto-native" |
23 | 23 | ||
24 | EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont" | 24 | EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont" |
25 | EXTRA_OEMAKE += 'CWARNFLAGS=""' | 25 | EXTRA_OEMAKE += 'CWARNFLAGS=""' |
diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb index 2ef8bfa8b6..8c52475b85 100644 --- a/meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb +++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb | |||
@@ -11,7 +11,7 @@ inherit gettext | |||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT-style" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" |
13 | 13 | ||
14 | DEPENDS += " xproto" | 14 | DEPENDS += " xorgproto" |
15 | PROVIDES = "xau" | 15 | PROVIDES = "xau" |
16 | 16 | ||
17 | PE = "1" | 17 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb index 0fe65318be..0ed8fda169 100644 --- a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "MIT-style" | |||
9 | LIC_FILES_CHKSUM = "file://xcalibrate.h;endline=21;md5=fa572df6439f0f235f2612f370f153d7 \ | 9 | LIC_FILES_CHKSUM = "file://xcalibrate.h;endline=21;md5=fa572df6439f0f235f2612f370f153d7 \ |
10 | file://xcalibrate.c;endline=21;md5=fa572df6439f0f235f2612f370f153d7" | 10 | file://xcalibrate.c;endline=21;md5=fa572df6439f0f235f2612f370f153d7" |
11 | 11 | ||
12 | DEPENDS = "virtual/libx11 calibrateproto libxext" | 12 | DEPENDS = "virtual/libx11 xorgproto libxext" |
13 | 13 | ||
14 | SRCREV = "209d83af61ed38a002c8096377deac292b3e396c" | 14 | SRCREV = "209d83af61ed38a002c8096377deac292b3e396c" |
15 | PV = "0.0+git${SRCPV}" | 15 | PV = "0.0+git${SRCPV}" |
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.13.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.13.bb index 04b58ea49f..a8e0307e1a 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb_1.13.bb +++ b/meta/recipes-graphics/xorg-lib/libxcb_1.13.bb | |||
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b | |||
20 | 20 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
22 | 22 | ||
23 | DEPENDS = "xcb-proto xproto libxau libpthread-stubs libxdmcp" | 23 | DEPENDS = "xcb-proto xorgproto libxau libpthread-stubs libxdmcp" |
24 | 24 | ||
25 | PACKAGES_DYNAMIC = "^libxcb-.*" | 25 | PACKAGES_DYNAMIC = "^libxcb-.*" |
26 | 26 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb index 70257194a9..73e2948404 100644 --- a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb | |||
@@ -14,7 +14,7 @@ require xorg-lib-common.inc | |||
14 | LICENSE = "MIT-style" | 14 | LICENSE = "MIT-style" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1" |
16 | 16 | ||
17 | DEPENDS += " compositeproto virtual/libx11 libxfixes libxext" | 17 | DEPENDS += " xorgproto virtual/libx11 libxfixes libxext" |
18 | PROVIDES = "xcomposite" | 18 | PROVIDES = "xcomposite" |
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
20 | 20 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb index c3d70043ca..6d6ffadf20 100644 --- a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb | |||
@@ -16,7 +16,7 @@ require xorg-lib-common.inc | |||
16 | LICENSE = "MIT" | 16 | LICENSE = "MIT" |
17 | LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868" | 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868" |
18 | 18 | ||
19 | DEPENDS += "virtual/libx11 damageproto libxfixes" | 19 | DEPENDS += "virtual/libx11 xorgproto libxfixes" |
20 | PROVIDES = "xdamage" | 20 | PROVIDES = "xdamage" |
21 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |
22 | 22 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.2.bb b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.2.bb index f4e30d93d4..466f3491fd 100644 --- a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.2.bb | |||
@@ -13,7 +13,7 @@ inherit gettext | |||
13 | LICENSE = "MIT-style" | 13 | LICENSE = "MIT-style" |
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123" |
15 | 15 | ||
16 | DEPENDS += "xproto" | 16 | DEPENDS += "xorgproto" |
17 | PROVIDES = "xdmcp" | 17 | PROVIDES = "xdmcp" |
18 | 18 | ||
19 | PE = "1" | 19 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb index 063e531c02..aae8f2af6d 100644 --- a/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb | |||
@@ -13,7 +13,7 @@ require xorg-lib-common.inc | |||
13 | LICENSE = "MIT-style" | 13 | LICENSE = "MIT-style" |
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=879ce266785414bd1cbc3bc2f4d9d7c8" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=879ce266785414bd1cbc3bc2f4d9d7c8" |
15 | 15 | ||
16 | DEPENDS += "xproto virtual/libx11 xextproto" | 16 | DEPENDS += "xorgproto virtual/libx11" |
17 | PROVIDES = "xext" | 17 | PROVIDES = "xext" |
18 | 18 | ||
19 | PE = "1" | 19 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.3.bb b/meta/recipes-graphics/xorg-lib/libxfixes_5.0.3.bb index c80042d349..f0e2f606ce 100644 --- a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxfixes_5.0.3.bb | |||
@@ -10,7 +10,7 @@ require xorg-lib-common.inc | |||
10 | LICENSE = "MIT-style" | 10 | LICENSE = "MIT-style" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0" |
12 | 12 | ||
13 | DEPENDS += "virtual/libx11 xproto fixesproto xextproto" | 13 | DEPENDS += "virtual/libx11 xorgproto" |
14 | 14 | ||
15 | PE = "1" | 15 | PE = "1" |
16 | 16 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.3.bb b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.3.bb index 5f27a55827..2b72d6750c 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.3.bb | |||
@@ -9,7 +9,7 @@ require xorg-lib-common.inc | |||
9 | LICENSE = "MIT & MIT-style & BSD" | 9 | LICENSE = "MIT & MIT-style & BSD" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" |
11 | 11 | ||
12 | DEPENDS += "freetype xtrans fontsproto libfontenc zlib" | 12 | DEPENDS += "freetype xtrans xorgproto libfontenc zlib" |
13 | 13 | ||
14 | XORG_PN = "libXfont2" | 14 | XORG_PN = "libXfont2" |
15 | 15 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb index 79f77fceac..94c6c66e87 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb | |||
@@ -9,7 +9,7 @@ require xorg-lib-common.inc | |||
9 | LICENSE = "MIT & MIT-style & BSD" | 9 | LICENSE = "MIT & MIT-style & BSD" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" |
11 | 11 | ||
12 | DEPENDS += "freetype xtrans fontsproto libfontenc zlib" | 12 | DEPENDS += "freetype xtrans xorgproto libfontenc zlib" |
13 | PROVIDES = "xfont" | 13 | PROVIDES = "xfont" |
14 | 14 | ||
15 | PE = "1" | 15 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb b/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb index 74f0527b78..08381d9c4d 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb | |||
@@ -11,7 +11,7 @@ LICENSE = "MIT & MIT-style" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ |
12 | file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f" | 12 | file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f" |
13 | 13 | ||
14 | DEPENDS += "libxext inputproto libxfixes" | 14 | DEPENDS += "libxext xorgproto libxfixes" |
15 | 15 | ||
16 | PE = "1" | 16 | PE = "1" |
17 | 17 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb index bb03f44e25..367ad262be 100644 --- a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "MIT" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6f4f634d1643a2e638bba3fcd19c2536 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6f4f634d1643a2e638bba3fcd19c2536 \ |
11 | file://src/Xinerama.c;beginline=2;endline=25;md5=fcef273bfb66339256411dd06ea79c02" | 11 | file://src/Xinerama.c;beginline=2;endline=25;md5=fcef273bfb66339256411dd06ea79c02" |
12 | 12 | ||
13 | DEPENDS += "libxext xineramaproto" | 13 | DEPENDS += "libxext xorgproto" |
14 | PROVIDES = "xinerama" | 14 | PROVIDES = "xinerama" |
15 | PE = "1" | 15 | PE = "1" |
16 | 16 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.9.bb b/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.9.bb index 39a344ccad..f5c18607ac 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.9.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.9.bb | |||
@@ -8,7 +8,7 @@ require xorg-lib-common.inc | |||
8 | LICENSE = "MIT-style" | 8 | LICENSE = "MIT-style" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=8be7367f7e5d605a426f76bb37d4d61f" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=8be7367f7e5d605a426f76bb37d4d61f" |
10 | 10 | ||
11 | DEPENDS += "virtual/libx11 kbproto" | 11 | DEPENDS += "virtual/libx11 xorgproto" |
12 | 12 | ||
13 | PE = "1" | 13 | PE = "1" |
14 | 14 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.5.1.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.5.1.bb index 48e88d20a7..b90ebc6232 100644 --- a/meta/recipes-graphics/xorg-lib/libxrandr_1.5.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.5.1.bb | |||
@@ -11,7 +11,7 @@ require xorg-lib-common.inc | |||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT-style" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c9d1a2118a6cd5727521db8e7a2fee69" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c9d1a2118a6cd5727521db8e7a2fee69" |
13 | 13 | ||
14 | DEPENDS += "virtual/libx11 randrproto libxrender libxext" | 14 | DEPENDS += "virtual/libx11 xorgproto libxrender libxext" |
15 | 15 | ||
16 | PE = "1" | 16 | PE = "1" |
17 | 17 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb b/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb index 92b3102704..9b18366138 100644 --- a/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb +++ b/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb | |||
@@ -11,7 +11,7 @@ require xorg-lib-common.inc | |||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT-style" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8bc71986d3b9b3639f6dfd6fac8f196" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8bc71986d3b9b3639f6dfd6fac8f196" |
13 | 13 | ||
14 | DEPENDS += "virtual/libx11 renderproto xproto" | 14 | DEPENDS += "virtual/libx11 xorgproto" |
15 | 15 | ||
16 | PE = "1" | 16 | PE = "1" |
17 | 17 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxres_1.2.0.bb b/meta/recipes-graphics/xorg-lib/libxres_1.2.0.bb index 8c34e47b43..af6bb19a25 100644 --- a/meta/recipes-graphics/xorg-lib/libxres_1.2.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxres_1.2.0.bb | |||
@@ -10,7 +10,7 @@ require xorg-lib-common.inc | |||
10 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=8c89441a8df261bdc56587465e13c7fa" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=8c89441a8df261bdc56587465e13c7fa" |
12 | 12 | ||
13 | DEPENDS += "libxext resourceproto" | 13 | DEPENDS += "libxext xorgproto" |
14 | 14 | ||
15 | PE = "1" | 15 | PE = "1" |
16 | 16 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb index 354e5de7fd..ddf09af05f 100644 --- a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb | |||
@@ -12,7 +12,7 @@ image is to be displayed and to provide the graphics." | |||
12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=21fd154ee757813632ada871a34113fb" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=21fd154ee757813632ada871a34113fb" |
14 | 14 | ||
15 | DEPENDS += "libxext scrnsaverproto" | 15 | DEPENDS += "libxext xorgproto" |
16 | PROVIDES = "libxss" | 16 | PROVIDES = "libxss" |
17 | RREPLACES_${PN} = "libxss" | 17 | RREPLACES_${PN} = "libxss" |
18 | PE = "1" | 18 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb b/meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb index 180d00d9b0..f8d94a2f54 100644 --- a/meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb | |||
@@ -16,7 +16,7 @@ LICENSE = "MIT & MIT-style" | |||
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=6565b1e0094ea1caae0971cc4035f343" | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=6565b1e0094ea1caae0971cc4035f343" |
17 | 17 | ||
18 | 18 | ||
19 | DEPENDS += "util-linux libxcb libsm virtual/libx11 kbproto libxdmcp" | 19 | DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp" |
20 | PROVIDES = "xt" | 20 | PROVIDES = "xt" |
21 | 21 | ||
22 | PE = "1" | 22 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb index 5717fa5b79..266bd1ca59 100644 --- a/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "MIT-style" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bb4f89972c3869f617f61c1a79ad1952 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bb4f89972c3869f617f61c1a79ad1952 \ |
11 | file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99" | 11 | file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99" |
12 | 12 | ||
13 | DEPENDS += "libxext recordproto inputproto libxi" | 13 | DEPENDS += "libxext xorgproto libxi" |
14 | PROVIDES = "xtst" | 14 | PROVIDES = "xtst" |
15 | PE = "1" | 15 | PE = "1" |
16 | 16 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxv_1.0.11.bb b/meta/recipes-graphics/xorg-lib/libxv_1.0.11.bb index a226c2753a..c6027233ef 100644 --- a/meta/recipes-graphics/xorg-lib/libxv_1.0.11.bb +++ b/meta/recipes-graphics/xorg-lib/libxv_1.0.11.bb | |||
@@ -10,7 +10,7 @@ require xorg-lib-common.inc | |||
10 | LICENSE = "MIT-style" | 10 | LICENSE = "MIT-style" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c" |
12 | 12 | ||
13 | DEPENDS += "libxext videoproto" | 13 | DEPENDS += "libxext xorgproto" |
14 | 14 | ||
15 | XORG_PN = "libXv" | 15 | XORG_PN = "libXv" |
16 | 16 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.10.bb b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.10.bb index 6ed49b1f37..7e49a98ddb 100644 --- a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.10.bb +++ b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.10.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "MIT" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=0a207f08d4961489c55046c9a5e500da \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=0a207f08d4961489c55046c9a5e500da \ |
10 | file://wrapper/XvMCWrapper.c;endline=26;md5=5151daa8172a3f1bb0cb0e0ff157d9de" | 10 | file://wrapper/XvMCWrapper.c;endline=26;md5=5151daa8172a3f1bb0cb0e0ff157d9de" |
11 | 11 | ||
12 | DEPENDS += "libxext libxv videoproto" | 12 | DEPENDS += "libxext libxv xorgproto" |
13 | 13 | ||
14 | PE = "1" | 14 | PE = "1" |
15 | 15 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb index 695a39637c..626199e09c 100644 --- a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb | |||
@@ -9,7 +9,7 @@ emulators for games." | |||
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=abb99ac125f84f424a4278153988e32f" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=abb99ac125f84f424a4278153988e32f" |
11 | 11 | ||
12 | DEPENDS += "libxext xf86dgaproto" | 12 | DEPENDS += "libxext" |
13 | 13 | ||
14 | PE = "1" | 14 | PE = "1" |
15 | 15 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb b/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb index af6f1f76a2..04fe962628 100644 --- a/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb | |||
@@ -8,7 +8,7 @@ require xorg-lib-common.inc | |||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=27c91ecc435bd3d2bfad868914c94b45" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=27c91ecc435bd3d2bfad868914c94b45" |
10 | 10 | ||
11 | DEPENDS += "libxext xf86miscproto" | 11 | DEPENDS += "libxext" |
12 | PROVIDES = "xxf86misc" | 12 | PROVIDES = "xxf86misc" |
13 | 13 | ||
14 | PE = "1" | 14 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb index 35f87d2719..95fc0b642c 100644 --- a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb | |||
@@ -10,7 +10,7 @@ require xorg-lib-common.inc | |||
10 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fa0b9c462d8f2f13eba26492d42ea63d" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fa0b9c462d8f2f13eba26492d42ea63d" |
12 | 12 | ||
13 | DEPENDS += "libxext xf86vidmodeproto" | 13 | DEPENDS += "libxext xorgproto" |
14 | 14 | ||
15 | PE = "1" | 15 | PE = "1" |
16 | 16 | ||