Files
meta-openembedded/meta-oe/recipes-support/libusbg/libusbg_git.bb
T
Martin Jansa a03b235b31 libusbg: Blacklist, because of B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21 12:20:22 +02:00

17 lines
468 B
BlitzBasic

SUMMARY = "USB Gadget Configfs Library"
LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
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"
S = "${WORKDIR}/git"