diff options
| author | Michal Sieron <michalwsieron@gmail.com> | 2026-03-29 23:37:13 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-29 15:01:54 -0700 |
| commit | 82beef3c165d738924f81d8ded2261a41505fcc9 (patch) | |
| tree | 34779203f2c748600b4e9bd667357fc87ac8e219 | |
| parent | 63d7e906fc176844f5997e50e29b7937de0b6e56 (diff) | |
| download | meta-openembedded-82beef3c165d738924f81d8ded2261a41505fcc9.tar.gz | |
pcsc-lite: Convert confusing append to override syntax
While in this case `RPROVIDES:${PN}:class-native +=` wouldn't
result in any unwanted override, there is no guarantee there won't be a
change, which would be hidden by this override. To avoid any surprises
in the future let's use `:append:class-native =` syntax here.
Signed-off-by: Michal Sieron <michalwsieron@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.3.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.3.bb index 169630d319..9e3c98bb97 100644 --- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.3.bb +++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.3.bb | |||
| @@ -34,7 +34,7 @@ PACKAGES = "${PN} ${PN}-dbg ${PN}-dev ${PN}-lib ${PN}-doc ${PN}-spy ${PN}-spy-de | |||
| 34 | 34 | ||
| 35 | RRECOMMENDS:${PN} = "ccid" | 35 | RRECOMMENDS:${PN} = "ccid" |
| 36 | RRECOMMENDS:${PN}:class-native = "" | 36 | RRECOMMENDS:${PN}:class-native = "" |
| 37 | RPROVIDES:${PN}:class-native += "pcsc-lite-lib-native" | 37 | RPROVIDES:${PN}:append:class-native = " pcsc-lite-lib-native" |
| 38 | 38 | ||
| 39 | FILES:${PN} = "${sbindir}/pcscd \ | 39 | FILES:${PN} = "${sbindir}/pcscd \ |
| 40 | ${datadir}/polkit-1" | 40 | ${datadir}/polkit-1" |
