[oe-commits] org.oe.dev libxcalibrate: add git version

koen commit openembedded-commits at lists.openembedded.org
Wed Aug 30 07:53:53 UTC 2006


libxcalibrate: add git version

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 1c574776ca8b7967835b47517d85afe20e47e645
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1c574776ca8b7967835b47517d85afe20e47e645
Files:
1
packages/xorg-lib/libxcalibrate_git.bb
Diffs:

#
# mt diff -r422a2eb1b0737688a521fe1ff3af11a01f4d2e4c -r1c574776ca8b7967835b47517d85afe20e47e645
#
# 
# 
# add_file "packages/xorg-lib/libxcalibrate_git.bb"
#  content [b33192e82921d0db710ccf880316c52d9983802a]
# 
============================================================
--- packages/xorg-lib/libxcalibrate_git.bb	b33192e82921d0db710ccf880316c52d9983802a
+++ packages/xorg-lib/libxcalibrate_git.bb	b33192e82921d0db710ccf880316c52d9983802a
@@ -0,0 +1,19 @@
+DESCRIPTION = "	Touchscreen calibration client library"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+LICENSE = "BSD-X"
+
+PV = "0.0+git${DATE}"
+
+DEPENDS = "virtual/libx11 calibrateproto libxext"
+
+FILES_${PN}-locale += "${datadir}/X11/locale"
+
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+do_stage() {
+	autotools_stage_all
+}






More information about the Openembedded-commits mailing list