diff options
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc index 403d264308..7a22fe9252 100644 --- a/meta/recipes-connectivity/iproute2/iproute2.inc +++ b/meta/recipes-connectivity/iproute2/iproute2.inc | |||
@@ -20,11 +20,13 @@ PACKAGECONFIG[tipc] = ",,libmnl," | |||
20 | PACKAGECONFIG[elf] = ",,elfutils," | 20 | PACKAGECONFIG[elf] = ",,elfutils," |
21 | PACKAGECONFIG[devlink] = ",,libmnl," | 21 | PACKAGECONFIG[devlink] = ",,libmnl," |
22 | 22 | ||
23 | IPROUTE2_MAKE_SUBDIRS = "lib tc ip bridge misc genl ${@bb.utils.filter('PACKAGECONFIG', 'devlink tipc', d)}" | ||
24 | |||
23 | EXTRA_OEMAKE = "\ | 25 | EXTRA_OEMAKE = "\ |
24 | CC='${CC}' \ | 26 | CC='${CC}' \ |
25 | KERNEL_INCLUDE=${STAGING_INCDIR} \ | 27 | KERNEL_INCLUDE=${STAGING_INCDIR} \ |
26 | DOCDIR=${docdir}/iproute2 \ | 28 | DOCDIR=${docdir}/iproute2 \ |
27 | SUBDIRS='lib tc ip bridge misc genl ${@bb.utils.filter('PACKAGECONFIG', 'devlink tipc', d)}' \ | 29 | SUBDIRS='${IPROUTE2_MAKE_SUBDIRS}' \ |
28 | SBINDIR='${base_sbindir}' \ | 30 | SBINDIR='${base_sbindir}' \ |
29 | LIBDIR='${libdir}' \ | 31 | LIBDIR='${libdir}' \ |
30 | " | 32 | " |