mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
1. We dont need the aclocal patch as this will be handled by automake
2. We need to update xcb-proto.pc.in to know about ${libdir} since
we'll end up with something like:
pythondir=${libdir}/python2.6/site-packages
(From OE-Core rev: 4de2ba0eeaefbd6813443c6906108b815af9e109)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
226 B
BlitzBasic
10 lines
226 B
BlitzBasic
DEFAULT_PREFERENCE = "-1"
|
|
|
|
include xcb-proto.inc
|
|
SRCREV = "d81ca233e98be8fa59e8c90d262c0516944c5a66"
|
|
PV = "1.2+gitr${SRCPV}"
|
|
PR = "r3"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git"
|
|
S = "${WORKDIR}/git"
|