mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 06:34:46 +02:00
* INC_PR is not available (start with r10) * BBCLASSEXTEND is not in .inc globally, add it per recipe where it's needed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
430 B
BlitzBasic
15 lines
430 B
BlitzBasic
require recipes-graphics/xorg-lib/xorg-lib-common.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b0d5bdc98f7ebab3b6c3791d9bf40907"
|
|
|
|
DESCRIPTION = "XFIXES Extension"
|
|
DEPENDS += " xextproto xproto zlib"
|
|
PE = "1"
|
|
PR = "r10"
|
|
|
|
SRC_URI += "file://mkg3states-1.1.patch"
|
|
SRC_URI[md5sum] = "273329a78c2e9ea189ac416c7fde94a1"
|
|
SRC_URI[sha256sum] = "c6b6ff7858ec619cafa8205debca6bf78c5610a2844a782ed643c7fd017cf8ae"
|
|
|
|
export CC_FOR_BUILD = "gcc"
|