[oe-commits] org.oe.dev xcalibrateext: provice compatibility with old cvs version

koen commit openembedded-commits at lists.openembedded.org
Fri May 18 13:58:42 UTC 2007


xcalibrateext: provice compatibility with old cvs version

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: b5c064a14500252311464cd7307f86f0d07938fd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b5c064a14500252311464cd7307f86f0d07938fd
Files:
1
packages/xcalibrateext/xcalibrateext_git.bb
Diffs:

#
# mt diff -r6feeea120def42d4103e4bdfcf53b155f3d61090 -rb5c064a14500252311464cd7307f86f0d07938fd
#
# 
# 
# patch "packages/xcalibrateext/xcalibrateext_git.bb"
#  from [1a6fdfac48b229ad72dbaeb6c62936b6c76564f8]
#    to [7a0524843dee6449c1a780d6eda6537776a80d11]
# 
============================================================
--- packages/xcalibrateext/xcalibrateext_git.bb	1a6fdfac48b229ad72dbaeb6c62936b6c76564f8
+++ packages/xcalibrateext/xcalibrateext_git.bb	7a0524843dee6449c1a780d6eda6537776a80d11
@@ -1,8 +1,10 @@ DESCRIPTION = "XCalibrate extension head
 PV = "0.0+git${SRCDATE}"
 SECTION = "x11/libs"
 LICENSE = "BSD-X"
 DESCRIPTION = "XCalibrate extension headers"
 
+PR = "r1"
+
 SRC_URI = "git://anongit.freedesktop.org/xorg/proto/calibrateproto;protocol=git"
 S = "${WORKDIR}/git"
 
@@ -10,4 +12,6 @@ do_stage() {
 
 do_stage() {
 	autotools_stage_all
+	#make it compatible with the old package from cvs
+	ln -sf ${PKG_CONFIG_PATH}/xcalibrateproto.pc ${PKG_CONFIG_PATH}/xcalibrateext.pc
 }






More information about the Openembedded-commits mailing list