From a03b235b317d8a1d5cf90a5b189589923be3c24b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 19 Jun 2014 11:06:07 +0200 Subject: [PATCH] libusbg: Blacklist, because of B!=S Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libusbg/libusbg_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/libusbg/libusbg_git.bb b/meta-oe/recipes-support/libusbg/libusbg_git.bb index ed5ac65500..280983b1fa 100644 --- a/meta-oe/recipes-support/libusbg/libusbg_git.bb +++ b/meta-oe/recipes-support/libusbg/libusbg_git.bb @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ inherit autotools +PNBLACKLIST[libusbg] = "BROKEN: Doesn't work with B!=S and nobody sent patch to fix it" + PV = "0.1.0" SRCREV = "7e2b04363f319e8936a606bdb122dbde249a2f58" SRC_URI = "git://github.com/libusbg/libusbg.git"