diff options
| author | Denys Dmytriyenko <denis@denix.org> | 2023-02-25 23:17:16 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-26 00:17:45 -0800 |
| commit | 3b2330e4ee778c8a213116e927532dca5b36338b (patch) | |
| tree | a5790c7fb079dd12e48da9271393d21ff66a65ba | |
| parent | 4370e3d3fb81c6557295face5e66d3261ed5b51b (diff) | |
| download | meta-openembedded-3b2330e4ee778c8a213116e927532dca5b36338b.tar.gz | |
lmbench: set up /usr/bin/hello as alternative
As lmbench installs this rather generically-named /usr/bin/hello binary,
it conflicts with the one provided by mbedtls, hence set it up as an
alternative to avoid conflicts when both are installed to rootfs or SDK.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb index d74c28f3f6..03018bb526 100644 --- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb +++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb | |||
| @@ -99,6 +99,6 @@ pkg_postinst:${PN} () { | |||
| 99 | RDEPENDS:${PN} = "perl" | 99 | RDEPENDS:${PN} = "perl" |
| 100 | FILES:${PN} += "${datadir}/lmbench" | 100 | FILES:${PN} += "${datadir}/lmbench" |
| 101 | 101 | ||
| 102 | ALTERNATIVE:${PN} = "stream" | 102 | ALTERNATIVE:${PN} = "stream hello" |
| 103 | ALTERNATIVE_LINK_NAME[stream] = "${bindir}/stream" | 103 | ALTERNATIVE_LINK_NAME[stream] = "${bindir}/stream" |
| 104 | 104 | ALTERNATIVE_LINK_NAME[hello] = "${bindir}/hello" | |
