mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -49,7 +49,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||
phoronix-test-suite->bash \
|
||||
phoronix-test-suite->python \
|
||||
phoronix-test-suite->php \
|
||||
phoronix-test-suite->lsb \
|
||||
phoronix-test-suite->lsb-release \
|
||||
phoronix-test-suite->util-linux \
|
||||
phoronix-test-suite->busybox \
|
||||
"
|
||||
|
||||
@@ -29,7 +29,7 @@ do_install() {
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service"
|
||||
|
||||
RDEPENDS_${PN} += "bash python php-cli util-linux-lscpu os-release lsb"
|
||||
RDEPENDS_${PN} += "bash python php-cli util-linux-lscpu os-release lsb-release"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/phoronix-test-suite \
|
||||
|
||||
@@ -46,7 +46,7 @@ do_install_ptest () {
|
||||
}
|
||||
|
||||
|
||||
RDEPENDS_${PN}-ptest += "lsb"
|
||||
RDEPENDS_${PN}-ptest += "lsb-release"
|
||||
RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils"
|
||||
RDEPENDS_${PN}-ptest_append_libc-musl = " musl-utils"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user