[Lsb-messages] /var/www/bzr/lsb/devel/buildbot-config r206: Set PKG_CONFIG_DIR to an appropriate value for builds.

Jeff Licquia licquia at linuxfoundation.org
Fri Feb 10 23:58:25 UTC 2012


------------------------------------------------------------
revno: 206
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: buildbot-config
timestamp: Fri 2012-02-10 18:58:25 -0500
message:
  Set PKG_CONFIG_DIR to an appropriate value for builds.
modified:
  lfbuildbot.py
-------------- next part --------------
=== modified file 'lfbuildbot.py'
--- a/lfbuildbot.py	2012-02-08 14:33:19 +0000
+++ b/lfbuildbot.py	2012-02-10 23:58:25 +0000
@@ -235,6 +235,10 @@
         found_lsb_version = re.match(r'^\d+\.\d+$', branch_name)
         if found_lsb_version:
             args.append("LSBCC_LSBVERSION=%s" % branch_name)
+            args.append("PKG_CONFIG_DIR=/opt/lsb/lib-%s/pkgconfig" 
+                        % branch_name)
+        else:
+            args.append("PKG_CONFIG_DIR=/opt/lsb/lib/pkgconfig")
 
         if self.getProperty("build_type") in ("beta", "production") \
                 or found_lsb_version:



More information about the lsb-messages mailing list