mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
xcb-proto-native: added to get libxcb buildable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5496 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
15
meta/packages/xcb/xcb-proto-native_git.bb
Normal file
15
meta/packages/xcb/xcb-proto-native_git.bb
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|
||||||
|
include xcb-proto.inc
|
||||||
|
PV = "1.2+gitr${SRCREV}"
|
||||||
|
|
||||||
|
DEPENDS += "python-native"
|
||||||
|
inherit native
|
||||||
|
|
||||||
|
SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user