aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libusbg/libusbg_git.bb
blob: 280983b1faafc30a1ef83045f04b17d5713a1803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"