summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dropbear
diff options
context:
space:
mode:
authorEtienne Cordonnier <ecordonnier@snap.com>2024-01-29 16:34:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-02 11:06:14 +0000
commit53f9fa7b7913f4d8a480e85a7b6a943f1125bb19 (patch)
treeb6a9efc2f2556d874df3da63ce87cb3dffe055ff /meta/recipes-core/dropbear
parentc8abc906d1c85ebc967a0aa0e8e52bd4ed09708d (diff)
downloadopenembedded-core-53f9fa7b7913f4d8a480e85a7b6a943f1125bb19.tar.gz
dropbear: remove unnecessary line
This line was added in 703e3faaec8c5a22, however the default value of FILES:${PN} contains "${bindir}/*", so this directory does not need to be explicitly added. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dropbear')
-rw-r--r--meta/recipes-core/dropbear/dropbear_2022.83.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/dropbear/dropbear_2022.83.bb b/meta/recipes-core/dropbear/dropbear_2022.83.bb
index 12ac732f58..528eff1a10 100644
--- a/meta/recipes-core/dropbear/dropbear_2022.83.bb
+++ b/meta/recipes-core/dropbear/dropbear_2022.83.bb
@@ -130,5 +130,3 @@ pkg_postrm:${PN} () {
}
CONFFILES:${PN} = "${sysconfdir}/default/dropbear"
-
-FILES:${PN} += "${bindir}"