diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 107: make build-essential a dep for pwrmgmt and ltp

Message ID 20120111195112.20527.50625.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Paul Larson Jan. 11, 2012, 7:51 p.m. UTC
------------------------------------------------------------
revno: 107
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-test
timestamp: Wed 2012-01-11 13:49:35 -0600
message:
  make build-essential a dep for pwrmgmt and ltp
modified:
  lava_test/test_definitions/ltp.py
  lava_test/test_definitions/pwrmgmt.py


--
lp:lava-test
https://code.launchpad.net/~linaro-validation/lava-test/trunk

You are subscribed to branch lp:lava-test.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_test/test_definitions/ltp.py'
--- lava_test/test_definitions/ltp.py	2011-12-08 03:21:11 +0000
+++ lava_test/test_definitions/ltp.py	2012-01-11 19:49:35 +0000
@@ -25,7 +25,7 @@ 
 VERSION="20100831"
 URL='http://downloads.sourceforge.net/project/ltp/LTP Source/ltp-%s/ltp-full-%s.bz2' % (VERSION, VERSION)
 MD5="6982c72429a62f3917c13b2d529ad1ce"
-DEPS = ['bzip2', 'flex', 'bison', 'make', 'gcc']
+DEPS = ['bzip2', 'flex', 'bison', 'make', 'build-essential']
 
 SCRIPT = """
 tar -xjf ltp-full-20100831.bz2

=== modified file 'lava_test/test_definitions/pwrmgmt.py'
--- lava_test/test_definitions/pwrmgmt.py	2011-10-20 12:12:15 +0000
+++ lava_test/test_definitions/pwrmgmt.py	2012-01-11 19:49:35 +0000
@@ -24,7 +24,7 @@ 
 INSTALLSTEPS = ['git clone git://git.linaro.org/tools/pm-qa.git',
                 'cd pm-qa && make clean && make all']
 RUNSTEPS = ['cd pm-qa && make check $(OPTIONS)']
-DEPS = ['git-core', 'make', 'linux-libc-dev', 'util-linux']
+DEPS = ['git-core', 'make', 'linux-libc-dev', 'util-linux', 'build-essential']
 
 pwrmgmtinst = TestInstaller(INSTALLSTEPS, deps=DEPS)
 pwrmgmtrun = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS)