mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
c95e155780
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
426 B
BlitzBasic
15 lines
426 B
BlitzBasic
require recipes-graphics/xorg-lib/xorg-lib-common.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b0d5bdc98f7ebab3b6c3791d9bf40907"
|
|
|
|
SUMMARY = "XFIXES Extension"
|
|
DEPENDS += " xextproto xproto zlib"
|
|
PE = "1"
|
|
PR = "r11"
|
|
|
|
SRC_URI += "file://mkg3states-1.1.patch"
|
|
SRC_URI[md5sum] = "273329a78c2e9ea189ac416c7fde94a1"
|
|
SRC_URI[sha256sum] = "c6b6ff7858ec619cafa8205debca6bf78c5610a2844a782ed643c7fd017cf8ae"
|
|
|
|
export CC_FOR_BUILD = "gcc"
|