diff options
4 files changed, 9 insertions, 2 deletions
| diff --git a/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb b/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb index 58b4f31b17..ce064903b9 100644 --- a/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb +++ b/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb | |||
| @@ -7,6 +7,8 @@ DEPENDS += " xorgproto zlib" | |||
| 7 | PE = "1" | 7 | PE = "1" | 
| 8 | PR = "r11" | 8 | PR = "r11" | 
| 9 | 9 | ||
| 10 | XORG_EXT = "tar.bz2" | ||
| 11 | |||
| 10 | SRC_URI += "file://mkg3states-1.1.patch \ | 12 | SRC_URI += "file://mkg3states-1.1.patch \ | 
| 11 | file://0001-lbx_zlib-Mark-declration-with-extern.patch \ | 13 | file://0001-lbx_zlib-Mark-declration-with-extern.patch \ | 
| 12 | " | 14 | " | 
| diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.14.bb b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.14.bb index 08d9b232e0..4a909848a5 100644 --- a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.14.bb +++ b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.14.bb | |||
| @@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1c65719d42900bb81b83e8293c20a364" | |||
| 6 | 6 | ||
| 7 | PE = "1" | 7 | PE = "1" | 
| 8 | 8 | ||
| 9 | XORG_PN = "libXaw" | ||
| 10 | XORG_EXT = "tar.bz2" | ||
| 11 | |||
| 9 | SRC_URI[md5sum] = "c1ce21c296bbf3da3e30cf651649563e" | 12 | SRC_URI[md5sum] = "c1ce21c296bbf3da3e30cf651649563e" | 
| 10 | SRC_URI[sha256sum] = "76aef98ea3df92615faec28004b5ce4e5c6855e716fa16de40c32030722a6f8e" | 13 | SRC_URI[sha256sum] = "76aef98ea3df92615faec28004b5ce4e5c6855e716fa16de40c32030722a6f8e" | 
| 11 | 14 | ||
| @@ -23,5 +26,3 @@ FILES:libxaw8 = "${libdir}/libXaw8.so.8*" | |||
| 23 | 26 | ||
| 24 | # Avoid dependency on libxaw as it is not build | 27 | # Avoid dependency on libxaw as it is not build | 
| 25 | RDEPENDS:${PN}-dev = "" | 28 | RDEPENDS:${PN}-dev = "" | 
| 26 | |||
| 27 | XORG_PN = "libXaw" | ||
| diff --git a/meta-oe/recipes-graphics/xorg-lib/libxkbui_1.0.2.bb b/meta-oe/recipes-graphics/xorg-lib/libxkbui_1.0.2.bb index 103da1f085..e7c9b64e83 100644 --- a/meta-oe/recipes-graphics/xorg-lib/libxkbui_1.0.2.bb +++ b/meta-oe/recipes-graphics/xorg-lib/libxkbui_1.0.2.bb | |||
| @@ -6,5 +6,7 @@ DEPENDS += "virtual/libx11 libxt libxkbfile" | |||
| 6 | PE = "1" | 6 | PE = "1" | 
| 7 | PR = "r10" | 7 | PR = "r10" | 
| 8 | 8 | ||
| 9 | XORG_EXT = "tar.bz2" | ||
| 10 | |||
| 9 | SRC_URI[md5sum] = "1143e456f7429e18e88f2eadb2f2b6b1" | 11 | SRC_URI[md5sum] = "1143e456f7429e18e88f2eadb2f2b6b1" | 
| 10 | SRC_URI[sha256sum] = "20c23101d63234ee5f6d696dfa069b29c6c58e39eff433bcd7705b50b3ffa214" | 12 | SRC_URI[sha256sum] = "20c23101d63234ee5f6d696dfa069b29c6c58e39eff433bcd7705b50b3ffa214" | 
| diff --git a/meta-oe/recipes-graphics/xorg-lib/libxpresent_1.0.1.bb b/meta-oe/recipes-graphics/xorg-lib/libxpresent_1.0.1.bb index 2a59a80e49..3b15153b6b 100644 --- a/meta-oe/recipes-graphics/xorg-lib/libxpresent_1.0.1.bb +++ b/meta-oe/recipes-graphics/xorg-lib/libxpresent_1.0.1.bb | |||
| @@ -4,6 +4,8 @@ DEPENDS += "xorgproto libxfixes libxrandr" | |||
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0" | 
| 6 | 6 | ||
| 7 | XORG_EXT = "tar.bz2" | ||
| 8 | |||
| 7 | SRC_URI = "http://xorg.freedesktop.org/archive/individual/lib/libXpresent-${PV}.tar.xz" | 9 | SRC_URI = "http://xorg.freedesktop.org/archive/individual/lib/libXpresent-${PV}.tar.xz" | 
| 8 | SRC_URI[sha256sum] = "b964df9e5a066daa5e08d2dc82692c57ca27d00b8cc257e8e960c9f1cf26231b" | 10 | SRC_URI[sha256sum] = "b964df9e5a066daa5e08d2dc82692c57ca27d00b8cc257e8e960c9f1cf26231b" | 
| 9 | 11 | ||
