[oe-commits] [meta-openembedded] 04/04: netmap: blacklist

git at git.openembedded.org git at git.openembedded.org
Fri Jul 1 09:00:49 UTC 2016


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

commit fb51483ef77966e59802c92cdc5c7dfcc36b7da6
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Thu Jun 23 16:01:55 2016 +0200

    netmap: blacklist
    
    * it's broken for very long time
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-kernel/netmap/netmap_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-networking/recipes-kernel/netmap/netmap_git.bb b/meta-networking/recipes-kernel/netmap/netmap_git.bb
index a028585..667e7cc 100644
--- a/meta-networking/recipes-kernel/netmap/netmap_git.bb
+++ b/meta-networking/recipes-kernel/netmap/netmap_git.bb
@@ -32,3 +32,6 @@ do_install () {
 FILES_${PN} += "${bindir}"
 RDEPENDS_${PN} = "kernel-module-netmap"
 RRECOMMENDS_${PN} = "kernel-module-netmap"
+
+# http://errors.yoctoproject.org/Errors/Details/69733/
+PNBLACKLIST[netmap] ?= "BROKEN: Tries to build kernel module and fails, either it should be disabled or there should be dependency on kernel like in netmap-modules"

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


More information about the Openembedded-commits mailing list