[Lsb-messages] /var/www/bzr/lsb/devel/buildbot-config r207: Revert previous change; PKG_CONFIG_PATH problem is elsewhere.

Jeff Licquia licquia at linuxfoundation.org
Sat Feb 11 00:13:33 UTC 2012


------------------------------------------------------------
revno: 207
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: buildbot-config
timestamp: Fri 2012-02-10 19:13:33 -0500
message:
  Revert previous change; PKG_CONFIG_PATH problem is elsewhere.
modified:
  lfbuildbot.py
-------------- next part --------------
=== modified file 'lfbuildbot.py'
--- a/lfbuildbot.py	2012-02-10 23:58:25 +0000
+++ b/lfbuildbot.py	2012-02-11 00:13:33 +0000
@@ -235,10 +235,6 @@
         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