diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-09-01 11:20:20 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-01 18:48:47 +0100 |
| commit | e6365c9f52041e72ba667258384b988d9cb87ce3 (patch) | |
| tree | babb528dbe0389b6bbc32c04fa97a988bb29d428 /meta/recipes-core/systemd/systemd-bootconf_1.00.bb | |
| parent | 1326991282e7cec57bc8e19377e2c376cf267f67 (diff) | |
| download | poky-e6365c9f52041e72ba667258384b988d9cb87ce3.tar.gz | |
meta: stop using "virtual/" in RPROVIDES and RDEPENDS
Fixes [YOCTO #14538]
Recipes shouldn't use the "virtual/" string in RPROVIDES and RDEPENDS.
That's confusing because "virtual/" has no special meaning in
RPROVIDES and RDEPENDS (unlike in PROVIDES and DEPENDS).
Instead, using "virtual-" instead of "virtual/"
as already done in the glibc recipe.
(From OE-Core rev: 93ac180d8c389f16964bce8bd5538d9389e970e6)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd-bootconf_1.00.bb')
| -rw-r--r-- | meta/recipes-core/systemd/systemd-bootconf_1.00.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-bootconf_1.00.bb b/meta/recipes-core/systemd/systemd-bootconf_1.00.bb index 12c4447f37..19637546a9 100644 --- a/meta/recipes-core/systemd/systemd-bootconf_1.00.bb +++ b/meta/recipes-core/systemd/systemd-bootconf_1.00.bb | |||
| @@ -2,7 +2,7 @@ LICENSE = "MIT" | |||
| 2 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 2 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 3 | SUMMARY = "Basic systemd-boot configuration files" | 3 | SUMMARY = "Basic systemd-boot configuration files" |
| 4 | 4 | ||
| 5 | RPROVIDES:${PN} += "virtual/systemd-bootconf" | 5 | RPROVIDES:${PN} += "virtual-systemd-bootconf" |
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 7 | 7 | ||
| 8 | inherit systemd-boot-cfg | 8 | inherit systemd-boot-cfg |
