[oe-commits] org.oe.dev xcalibrate_git: Add latest xcalibrate from X.org's git.

pfalcon commit openembedded-commits at lists.openembedded.org
Wed Oct 4 13:52:55 UTC 2006


xcalibrate_git: Add latest xcalibrate from X.org's git.
* Was forgotten to be added, the same as xcalibrateext_git before ;-(.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 60e987f715a76c533a624e9f7fab56ff0374dd5d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=60e987f715a76c533a624e9f7fab56ff0374dd5d
Files:
1
packages/xcalibrate/xcalibrate_git.bb
Diffs:

#
# mt diff -rc2533135e6c9a65bc8f3066e9b57c4c4bd61a794 -r60e987f715a76c533a624e9f7fab56ff0374dd5d
#
# 
# 
# add_file "packages/xcalibrate/xcalibrate_git.bb"
#  content [6b444abbcaac18ac76a191ed4c69b4d67fbd155b]
# 
============================================================
--- packages/xcalibrate/xcalibrate_git.bb	6b444abbcaac18ac76a191ed4c69b4d67fbd155b
+++ packages/xcalibrate/xcalibrate_git.bb	6b444abbcaac18ac76a191ed4c69b4d67fbd155b
@@ -0,0 +1,15 @@
+PV = "0.0+git${SRCDATE}"
+LICENSE = "BSD-X"
+SECTION = "x11/libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libx11 xcalibrateext libxext"
+DESCRIPTION = "XCalibrate client-side library"
+
+SRC_URI = "git://anongit.freedesktop.org/xorg/lib/libXCalibrate;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig 
+
+do_stage() {
+	autotools_stage_all
+}






More information about the Openembedded-commits mailing list