[oe-commits] [meta-openembedded] 08/15: lldpd: use bash-completion.bbclass

git at git.openembedded.org git at git.openembedded.org
Tue Mar 1 13:48:44 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 1dc17cc4ad54d6b8af7639ca9d4abf648a82608b
Author: George McCollister <george.mccollister at gmail.com>
AuthorDate: Thu Jan 14 15:03:35 2016 -0600

    lldpd: use bash-completion.bbclass
    
    Use bash-completion.bbclass to package bash completions.
    
    Signed-off-by: George McCollister <george.mccollister at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb b/meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb
index 3d97169..9d5c8a5 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_0.9.0.bb
@@ -14,7 +14,7 @@ SRC_URI = "\
 SRC_URI[md5sum] = "ed0226129b0c90b3a45c273fe1aba8de"
 SRC_URI[sha256sum] = "300e4a590f7bf21c79d5ff94c2d6a69d0b2c34dbc21e17281496462a04ca80bc"
 
-inherit autotools update-rc.d useradd systemd pkgconfig
+inherit autotools update-rc.d useradd systemd pkgconfig bash-completion
 
 USERADD_PACKAGES = "${PN}"
 USERADD_PARAM_${PN} = "--system -g lldpd --shell /bin/false lldpd"
@@ -55,16 +55,11 @@ do_install_append() {
     touch ${D}${sysconfdir}/lldpd.conf
 }
 
-PACKAGES =+ "${PN}-bash-completion ${PN}-zsh-completion"
+PACKAGES =+ "${PN}-zsh-completion"
 
 FILES_${PN} += "${libdir}/sysusers.d"
 RDEPENDS_${PN} += "os-release"
 
-FILES_${PN}-bash-completion += "${sysconfdir}/bash_completion.d/ \
-                                ${datadir}/bash-completion/ \
-                                "
-RDEPENDS_${PN}-bash-completion += "bash"
-
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list