diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-10 15:52:17 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-11 11:44:19 +0000 |
| commit | 723bb4240ae86a6e16e2e331cbbf5114ebe25528 (patch) | |
| tree | 6e063fe9f0eebec6779db12ba14965cd0cc73452 | |
| parent | 59dd1cdba644305788d780e2cd926e195114be7e (diff) | |
| download | poky-723bb4240ae86a6e16e2e331cbbf5114ebe25528.tar.gz | |
libsecret: Inherit bash-completion
Use the class available for bash compleition to simplify the recipe.
(From OE-Core rev: d29577ef719d76d445c88255c4a6dfe61456c3c2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-gnome/libsecret/libsecret_0.21.6.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.21.6.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.6.bb index e99201228a..4d801105fa 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.21.6.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.21.6.bb | |||
| @@ -24,8 +24,7 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | |||
| 24 | PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native" | 24 | PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native" |
| 25 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" | 25 | PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam" |
| 26 | 26 | ||
| 27 | PACKAGES += " ${PN}-bash-completion" | 27 | inherit bash-completion |
| 28 | FILES:${PN}-bash-completion += " ${datadir}/bash-completion/completions/secret-tool" | ||
| 29 | 28 | ||
| 30 | # http://errors.yoctoproject.org/Errors/Details/20228/ | 29 | # http://errors.yoctoproject.org/Errors/Details/20228/ |
| 31 | ARM_INSTRUCTION_SET:armv4 = "arm" | 30 | ARM_INSTRUCTION_SET:armv4 = "arm" |
