generic-poky/meta/packages/xcb/xcb-proto-native_git.bb

16 lines
246 B
BlitzBasic

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
}