diff options
| -rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/libmnl/libmnl_1.0.4.bb | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc index 57309b7aac..a578eb3afa 100644 --- a/meta/recipes-connectivity/iproute2/iproute2.inc +++ b/meta/recipes-connectivity/iproute2/iproute2.inc | |||
| @@ -13,7 +13,7 @@ DEPENDS = "flex-native bison-native iptables elfutils" | |||
| 13 | 13 | ||
| 14 | inherit update-alternatives bash-completion pkgconfig | 14 | inherit update-alternatives bash-completion pkgconfig |
| 15 | 15 | ||
| 16 | PACKAGECONFIG ??= "" | 16 | PACKAGECONFIG ??= "tipc" |
| 17 | PACKAGECONFIG[tipc] = ",,libmnl," | 17 | PACKAGECONFIG[tipc] = ",,libmnl," |
| 18 | 18 | ||
| 19 | EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_INCDIR} DOCDIR=${docdir}/iproute2 SUBDIRS='lib tc ip bridge misc genl ${@bb.utils.contains('PACKAGECONFIG', 'tipc', 'tipc', '', d)}' SBINDIR='${base_sbindir}' LIBDIR='${libdir}'" | 19 | EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_INCDIR} DOCDIR=${docdir}/iproute2 SUBDIRS='lib tc ip bridge misc genl ${@bb.utils.contains('PACKAGECONFIG', 'tipc', 'tipc', '', d)}' SBINDIR='${base_sbindir}' LIBDIR='${libdir}'" |
diff --git a/meta/recipes-extended/libmnl/libmnl_1.0.4.bb b/meta/recipes-extended/libmnl/libmnl_1.0.4.bb new file mode 100644 index 0000000000..b458799800 --- /dev/null +++ b/meta/recipes-extended/libmnl/libmnl_1.0.4.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Minimalistic user-space Netlink utility library" | ||
| 2 | DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \ | ||
| 3 | functions for common tasks in parsing, validating, and constructing both the Netlink header and TLVs." | ||
| 4 | HOMEPAGE = "http://www.netfilter.org/projects/libmnl/index.html" | ||
| 5 | SECTION = "libs" | ||
| 6 | LICENSE = "LGPLv2.1+" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 8 | |||
| 9 | SRC_URI = "http://www.netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar" | ||
| 10 | SRC_URI[tar.md5sum] = "be9b4b5328c6da1bda565ac5dffadb2d" | ||
| 11 | SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig | ||
