generic-poky/meta/packages/xorg-lib/libxcalibrate_git.bb
Dodji Seketeli 7f494f14a3 make xcalibrate and xcalibrateproto be based on fixed tags in git, not on master.
This will prevent the git fetcher to for pulling from inet
if these have been fetched already.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1886 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-07 16:37:32 +00:00

20 lines
456 B
BlitzBasic

DESCRIPTION = " Touchscreen calibration client library"
SECTION = "x11/libs"
PRIORITY = "optional"
LICENSE = "BSD-X"
PV = "0.0+git${SRCDATE}"
DEPENDS = "virtual/libx11 calibrateproto libxext"
FILES_${PN}-locale += "${datadir}/X11/locale"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}