[oe] [meta-oe][PATCH] libteam: Initial support

Koen Kooi koen at dominion.thruhere.net
Wed May 24 07:26:04 UTC 2017


Op 23-05-17 om 21:17 schreef Marian Pritsak:
> libteam is a library for controlling team network device.
> Provides utils package for network device configuration.
> 
> Signed-off-by: Marian Pritsak <maryan.pricak at gmail.com>
> ---
>  meta-oe/recipes-support/libteam/libteam_1.26.bb | 32 +++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>  create mode 100644 meta-oe/recipes-support/libteam/libteam_1.26.bb
> 
> diff --git a/meta-oe/recipes-support/libteam/libteam_1.26.bb b/meta-oe/recipes-support/libteam/libteam_1.26.bb
> new file mode 100644
> index 0000000..f4a4572
> --- /dev/null
> +++ b/meta-oe/recipes-support/libteam/libteam_1.26.bb
> @@ -0,0 +1,32 @@
> +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.so.*"

${libdir}/libteam${SOLIBS}

> +
> +PACKAGES += "${PN}-dctl ${PN}-utils"
> +FILES_${PN}-dctl = "${libdir}/libteamdctl.so.* \

${libdir}/libteamdctl${SOLIBS}

> +"
> +FILES_${PN}-utils = "${bindir}/bond2team \
> +                     ${bindir}/teamd \
> +                     ${bindir}/teamdctl \
> +                     ${bindir}/teamnl \
> +"
> +
> +RDEPENDS_${PN}-utils = "bash"
> +
> 





More information about the Openembedded-devel mailing list