From 242ba8e2fc4395b2bdc47c46e40c7f84402798c4 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 9 Aug 2021 10:29:29 -0700 Subject: Convert to new override syntax using latest convert-overrides.py script This patch is the result of running the latest convert-ovrrides.py script. Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb index d5e9e2c303..cf2b156fe7 100644 --- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb +++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb @@ -61,4 +61,4 @@ RDEPENDS:${PN} += "os-release" FILES:${PN}-zsh-completion += "${datadir}/zsh/" # FIXME: zsh is broken in meta-oe so this cannot be enabled for now -#RDEPENDS_${PN}-zsh-completion += "zsh" +#RDEPENDS:${PN}-zsh-completion += "zsh" -- cgit 1.2.3-korg