mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
c61dc077bb
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
20 lines
646 B
BlitzBasic
20 lines
646 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 update-alternatives
|
|
|
|
PV = "0.1.0"
|
|
SRCREV = "a826d136e0e8fa53815f1ba05893e6dd74208c15"
|
|
SRC_URI = "git://github.com/libusbg/libusbg.git \
|
|
file://0001-Fix-out-of-tree-builds.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
ALTERNATIVE:${PN} = "gadget-acm-ecm show-gadgets"
|
|
ALTERNATIVE_LINK_NAME[gadget-acm-ecm] = "${bindir}/gadget-acm-ecm"
|
|
ALTERNATIVE_LINK_NAME[show-gadgets] = "${bindir}/show-gadgets"
|