[oe-commits] [meta-openembedded] 27/62: netcat-openbsd: fix ALTERNATIVE_PRIORITY to avoid conflict

git at git.openembedded.org git at git.openembedded.org
Tue Mar 7 13:29:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch morty-next
in repository meta-openembedded.

commit e9bb4c52c995be408d91e5c7ed7889879c3eb597
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Wed Dec 7 09:47:55 2016 +0800

    netcat-openbsd: fix ALTERNATIVE_PRIORITY to avoid conflict
    
    Fix ALTERNATIVE_PRIORITY to avoid the same priority of the 'nc' utility
    with that from busybox.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
index 3311d24..0afe10c 100644
--- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
+++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
@@ -41,4 +41,4 @@ do_install() {
     install -d ${D}${bindir}
     install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN}
 }
-ALTERNATIVE_PRIORITY = "50"
+ALTERNATIVE_PRIORITY = "60"

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


More information about the Openembedded-commits mailing list