diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-11 19:33:14 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:44:35 +0100 |
commit | 7f3176f6288516fb79378c3e6ec4c03fa1a8c98d (patch) | |
tree | 9b2e91f290c52751640596fb5a77c7d6f86d68c6 /meta-oe/recipes-benchmark | |
parent | 00ba7da845b96a15b42550d15a343f7bc36392f8 (diff) | |
download | meta-openembedded-7f3176f6288516fb79378c3e6ec4c03fa1a8c98d.tar.gz |
recipes: blacklist recipes runtime depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r-- | meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.6.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.6.1.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.6.1.bb index 1f1404849..bdd444a4f 100644 --- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.6.1.bb +++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.6.1.bb | |||
@@ -34,3 +34,5 @@ FILES_${PN} += " \ | |||
34 | ${datadir}/mime/packages/openbenchmarking-mime.xml \ | 34 | ${datadir}/mime/packages/openbenchmarking-mime.xml \ |
35 | ${systemd_unitdir}/* \ | 35 | ${systemd_unitdir}/* \ |
36 | " | 36 | " |
37 | |||
38 | PNBLACKLIST[phoronix-test-suite] ?= "Runtime depends on blacklisted php-cli" | ||