mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
It sets default value of XORG_EXT with 'tar.xz' in xorg-lib-common.inc, so set XORG_EXT with previous default value 'tar.bz2' to make recipes work, including libxaw, libxkbui, libxpresent and liblbxutil. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
524 B
BlitzBasic
19 lines
524 B
BlitzBasic
require recipes-graphics/xorg-lib/xorg-lib-common.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b0d5bdc98f7ebab3b6c3791d9bf40907"
|
|
|
|
SUMMARY = "XFIXES Extension"
|
|
DEPENDS += " xorgproto zlib"
|
|
PE = "1"
|
|
PR = "r11"
|
|
|
|
XORG_EXT = "tar.bz2"
|
|
|
|
SRC_URI += "file://mkg3states-1.1.patch \
|
|
file://0001-lbx_zlib-Mark-declration-with-extern.patch \
|
|
"
|
|
SRC_URI[md5sum] = "273329a78c2e9ea189ac416c7fde94a1"
|
|
SRC_URI[sha256sum] = "c6b6ff7858ec619cafa8205debca6bf78c5610a2844a782ed643c7fd017cf8ae"
|
|
|
|
export CC_FOR_BUILD = "gcc"
|