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 | |
| 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>
| -rw-r--r-- | meta-oe/conf/layer.conf | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.8.1.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-security/keyutils/keyutils_1.6.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 4ddef29a3d..896a5d6f8b 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
| @@ -49,7 +49,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
| 49 | phoronix-test-suite->bash \ | 49 | phoronix-test-suite->bash \ |
| 50 | phoronix-test-suite->python \ | 50 | phoronix-test-suite->python \ |
| 51 | phoronix-test-suite->php \ | 51 | phoronix-test-suite->php \ |
| 52 | phoronix-test-suite->lsb \ | 52 | phoronix-test-suite->lsb-release \ |
| 53 | phoronix-test-suite->util-linux \ | 53 | phoronix-test-suite->util-linux \ |
| 54 | phoronix-test-suite->busybox \ | 54 | phoronix-test-suite->busybox \ |
| 55 | " | 55 | " |
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 8733844969..c4df1a90b8 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 \ |
diff --git a/meta-oe/recipes-security/keyutils/keyutils_1.6.bb b/meta-oe/recipes-security/keyutils/keyutils_1.6.bb index 4d3a96f29b..dca86f3c62 100644 --- a/meta-oe/recipes-security/keyutils/keyutils_1.6.bb +++ b/meta-oe/recipes-security/keyutils/keyutils_1.6.bb | |||
| @@ -46,7 +46,7 @@ do_install_ptest () { | |||
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | 48 | ||
| 49 | RDEPENDS_${PN}-ptest += "lsb" | 49 | RDEPENDS_${PN}-ptest += "lsb-release" |
| 50 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" | 50 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" |
| 51 | RDEPENDS_${PN}-ptest_append_libc-musl = " musl-utils" | 51 | RDEPENDS_${PN}-ptest_append_libc-musl = " musl-utils" |
| 52 | 52 | ||
