diff options
| -rw-r--r-- | recipes-graphics/xorg-lib/libxext_1.2.0.bb | 20 | ||||
| -rw-r--r-- | recipes-graphics/xorg-lib/libxrender_0.9.6.bb | 20 | ||||
| -rw-r--r-- | recipes-graphics/xorg-lib/xorg-lib-common.inc | 2 | ||||
| -rw-r--r-- | recipes-graphics/xorg-proto/renderproto_0.11.1.bb | 15 |
4 files changed, 37 insertions, 20 deletions
diff --git a/recipes-graphics/xorg-lib/libxext_1.2.0.bb b/recipes-graphics/xorg-lib/libxext_1.2.0.bb index f4482e652e..3d18d62882 100644 --- a/recipes-graphics/xorg-lib/libxext_1.2.0.bb +++ b/recipes-graphics/xorg-lib/libxext_1.2.0.bb | |||
| @@ -1,12 +1,18 @@ | |||
| 1 | require xorg-lib-common.inc | ||
| 2 | DESCRIPTION = "X11 miscellaneous extension library" | 1 | DESCRIPTION = "X11 miscellaneous extension library" |
| 3 | DEPENDS += "xproto virtual/libx11 xextproto libxau" | ||
| 4 | PE = "1" | ||
| 5 | PR = "${INC_PR}.0" | ||
| 6 | 2 | ||
| 7 | SRC_URI[archive.md5sum] = "9bb236ff0193e9fc1c1fb504dd840331" | 3 | require xorg-lib-common.inc |
| 8 | SRC_URI[archive.sha256sum] = "4aed3e211e41c47908c293515580e731c26048f61a1212bf0888d1f456de6ff7" | 4 | |
| 5 | LICENSE = "MIT-style" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0542b0321c1c9a7a20b23a1b9fa45f91" | ||
| 9 | 7 | ||
| 10 | BBCLASSEXTEND = "native nativesdk" | 8 | DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" |
| 9 | PROVIDES = "xext" | ||
| 10 | |||
| 11 | PR = "r0" | ||
| 12 | PE = "1" | ||
| 11 | 13 | ||
| 12 | XORG_PN = "libXext" | 14 | XORG_PN = "libXext" |
| 15 | |||
| 16 | |||
| 17 | SRC_URI[md5sum] = "9bb236ff0193e9fc1c1fb504dd840331" | ||
| 18 | SRC_URI[sha256sum] = "4aed3e211e41c47908c293515580e731c26048f61a1212bf0888d1f456de6ff7" | ||
diff --git a/recipes-graphics/xorg-lib/libxrender_0.9.6.bb b/recipes-graphics/xorg-lib/libxrender_0.9.6.bb index 0828af11f4..c1bb045f86 100644 --- a/recipes-graphics/xorg-lib/libxrender_0.9.6.bb +++ b/recipes-graphics/xorg-lib/libxrender_0.9.6.bb | |||
| @@ -1,13 +1,17 @@ | |||
| 1 | require xorg-lib-common.inc | ||
| 2 | DESCRIPTION = "X11 Rendering Extension client library" | 1 | DESCRIPTION = "X11 Rendering Extension client library" |
| 3 | LICENSE = "BSD-X" | ||
| 4 | DEPENDS += "virtual/libx11 renderproto xproto libxdmcp" | ||
| 5 | PE = "1" | ||
| 6 | PR = "${INC_PR}.0" | ||
| 7 | 2 | ||
| 8 | SRC_URI[archive.md5sum] = "3b3b7d076c2384b6c600c0b5f4ba971f" | 3 | require xorg-lib-common.inc |
| 9 | SRC_URI[archive.sha256sum] = "7f58b1e263109e0a873eef8423aa14733a5499befbe645053aa622ed1f3ea668" | 4 | |
| 5 | LICENSE = "MIT-style" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0db75cc842842b36f097fdae571b4b70" | ||
| 10 | 7 | ||
| 11 | BBCLASSEXTEND = "native nativesdk" | 8 | DEPENDS += "virtual/libx11 renderproto xproto xdmcp" |
| 9 | |||
| 10 | PR = "r0" | ||
| 11 | PE = "1" | ||
| 12 | 12 | ||
| 13 | XORG_PN = "libXrender" | 13 | XORG_PN = "libXrender" |
| 14 | |||
| 15 | |||
| 16 | SRC_URI[md5sum] = "3b3b7d076c2384b6c600c0b5f4ba971f" | ||
| 17 | SRC_URI[sha256sum] = "7f58b1e263109e0a873eef8423aa14733a5499befbe645053aa622ed1f3ea668" | ||
diff --git a/recipes-graphics/xorg-lib/xorg-lib-common.inc b/recipes-graphics/xorg-lib/xorg-lib-common.inc index 6073621a8b..93212c591f 100644 --- a/recipes-graphics/xorg-lib/xorg-lib-common.inc +++ b/recipes-graphics/xorg-lib/xorg-lib-common.inc | |||
| @@ -15,3 +15,5 @@ S = "${WORKDIR}/${XORG_PN}-${PV}" | |||
| 15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
| 16 | 16 | ||
| 17 | EXTRA_OECONF = "--enable-malloc0returnsnull" | 17 | EXTRA_OECONF = "--enable-malloc0returnsnull" |
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/recipes-graphics/xorg-proto/renderproto_0.11.1.bb b/recipes-graphics/xorg-proto/renderproto_0.11.1.bb index 3b1af5eacc..7e3844847a 100644 --- a/recipes-graphics/xorg-proto/renderproto_0.11.1.bb +++ b/recipes-graphics/xorg-proto/renderproto_0.11.1.bb | |||
| @@ -1,10 +1,15 @@ | |||
| 1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
| 2 | PE = "1" | ||
| 3 | PR = "${INC_PR}.0" | ||
| 4 | 2 | ||
| 5 | SRC_URI[archive.md5sum] = "a914ccc1de66ddeb4b611c6b0686e274" | 3 | LICENSE = "MIT-style" |
| 6 | SRC_URI[archive.sha256sum] = "06735a5b92b20759204e4751ecd6064a2ad8a6246bb65b3078b862a00def2537" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f826d99765196352e6122a406cf0d024 \ |
| 5 | file://renderproto.h;beginline=4;endline=24;md5=3e5e2851dad240b0a3a27c4776b4fd1f" | ||
| 6 | |||
| 7 | CONFLICTS = "renderext" | ||
| 8 | PR = "r0" | ||
| 9 | PE = "1" | ||
| 7 | 10 | ||
| 8 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
| 9 | 12 | ||
| 10 | CONFLICTS = "renderext" | 13 | SRC_URI[md5sum] = "a914ccc1de66ddeb4b611c6b0686e274" |
| 14 | SRC_URI[sha256sum] = "06735a5b92b20759204e4751ecd6064a2ad8a6246bb65b3078b862a00def2537" | ||
| 15 | |||
