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

Koen Kooi koen at dominion.thruhere.net
Mon May 22 07:00:16 UTC 2017


Op 22-05-17 om 03:48 schreef Khem Raj:
> On Sun, May 21, 2017 at 11:21 AM, Marian Pritsak 
> <maryan.pricak at gmail.com> wrote:
>> 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 | 33
>> +++++++++++++++++++++++++ 1 file changed, 33 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..db1e4a9 --- /dev/null +++
>> b/meta-oe/recipes-support/libteam/libteam_1.26.bb @@ -0,0 +1,33 @@ 
>> +SUMMARY = "Library for controlling team network device" +HOMEPAGE =
>> "http://www.libteam.org/" +SECTION = "libs/network" + +PE = "1"
> 
> Drop this if this package is new.
> 
>> + +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM =
>> "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +DEPENDS =
>> "libnl libdaemon jansson" +${PN}-utils_RDEPENDS = "bash"
> 
> this looks reversed may be you meant RDEPENDS_${PN}-utils

And R* variables need to go below do_install





More information about the Openembedded-devel mailing list