mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libteam: Initial support
libteam is a library for controlling team network device. Provides utils package for network device configuration. Signed-off-by: Marian Pritsak <maryan.pricak@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
e76a391376
commit
b6aef78222
@@ -0,0 +1,33 @@
|
||||
SUMMARY = "Library for controlling team network device"
|
||||
HOMEPAGE = "http://www.libteam.org/"
|
||||
SECTION = "libs/network"
|
||||
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
DEPENDS = "libnl libdaemon jansson"
|
||||
|
||||
SRC_URI = "git://github.com/jpirko/libteam"
|
||||
SRCREV = "8c1cea00a21950089058e4e33ea1f7bf4deaddeb"
|
||||
|
||||
SRC_URI[md5sum] = "565114d70c41bff6093d8e57be284e8a"
|
||||
SRC_URI[sha256sum] = "d65286379141db141bea33424ec0507bb0f827a0bf03d9c65004bb593e3d5545"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
FILES_${PN} = "${libdir}/libteam${SOLIBS} \
|
||||
"
|
||||
|
||||
PACKAGES += "${PN}-dctl ${PN}-utils"
|
||||
FILES_${PN}-dctl = "${libdir}/libteamdctl${SOLIBS} \
|
||||
"
|
||||
FILES_${PN}-utils = "${bindir}/bond2team \
|
||||
${bindir}/teamd \
|
||||
${bindir}/teamdctl \
|
||||
${bindir}/teamnl \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-utils = "bash"
|
||||
|
||||
Reference in New Issue
Block a user