diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-08-29 16:30:15 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-29 09:06:54 -0700 |
commit | b49e4c924d46082e774cc84037f78bad40208248 (patch) | |
tree | 2ca11cc20883ae301333e6b3f3a926ce57b7ca18 /meta-oe/recipes-benchmark | |
parent | 8d1414967ad96fef2efa98127951908a5e44ac51 (diff) | |
download | meta-openembedded-b49e4c924d46082e774cc84037f78bad40208248.tar.gz |
Adapt to the lsb -> lsb-release change in OE-core
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r-- | meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.8.1.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.8.1.bb index 873384496..c4df1a90b 100644 --- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.8.1.bb +++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.8.1.bb | |||
@@ -29,7 +29,7 @@ do_install() { | |||
29 | SYSTEMD_AUTO_ENABLE = "disable" | 29 | SYSTEMD_AUTO_ENABLE = "disable" |
30 | SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" | 30 | SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" |
31 | 31 | ||
32 | RDEPENDS_${PN} += "bash python php-cli util-linux-lscpu os-release lsb" | 32 | RDEPENDS_${PN} += "bash python php-cli util-linux-lscpu os-release lsb-release" |
33 | 33 | ||
34 | FILES_${PN} += " \ | 34 | FILES_${PN} += " \ |
35 | ${datadir}/phoronix-test-suite \ | 35 | ${datadir}/phoronix-test-suite \ |