1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-27 07:27:12 +00:00
Files
Richard Purdie 069de520ec autotools-brokensep: Mark recipes with broken separate build dir support
This patch goes through the OE-Core recipes and marks those which use autotools
but don't support a separate build directory (${S} != ${B}). A new class,
autotools-brokensep is used for this purpose.

This doesn't introduce any change in behaviour in its own right.

(From OE-Core rev: 006b8a7808a58713af16c326dc37d07765334b12)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-02-28 14:01:16 +00:00

23 lines
769 B
BlitzBasic

require xorg-proto-common.inc
SUMMARY = "This package provides the basic headers for the X Window System"
DESCRIPTION = "The Present extension provides a way for applications to update their \
window contents from a pixmap in a well defined fashion, synchronizing \
with the display refresh and potentially using a more efficient \
mechanism than copying the contents of the source pixmap.\
"
LICENSE = "GPLv2"
SRCREV = "24f3a56e541b0a9e6c6ee76081f441221a120ef9"
PV = "1.0+git${SRCPV}"
LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/presentproto"
S = "${WORKDIR}/git"
inherit autotools-brokensep
BBCLASSEXTEND = "native"