diff options
| -rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_6.13.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.13.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.13.0.bb index f2ed381132..0f37eaa7b3 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_6.13.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_6.13.0.bb | |||
| @@ -9,7 +9,7 @@ LICENSE = "GPL-2.0-or-later" | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | DEPENDS = "flex-native bison-native iptables libcap" | 12 | DEPENDS = "flex-native bison-native libcap" |
| 13 | 13 | ||
| 14 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ | 14 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ |
| 15 | file://0001-include-libnetlink.h-add-missing-include-for-htobe64.patch \ | 15 | file://0001-include-libnetlink.h-add-missing-include-for-htobe64.patch \ |
| @@ -19,10 +19,11 @@ SRC_URI[sha256sum] = "a43aa43338d882b44d01e549f3f105a92ae9feea32a82fae45a88e7a49 | |||
| 19 | 19 | ||
| 20 | inherit update-alternatives bash-completion pkgconfig | 20 | inherit update-alternatives bash-completion pkgconfig |
| 21 | 21 | ||
| 22 | PACKAGECONFIG ??= "tipc elf devlink" | 22 | PACKAGECONFIG ??= "tipc elf devlink iptables" |
| 23 | PACKAGECONFIG[tipc] = ",,libmnl," | 23 | PACKAGECONFIG[tipc] = ",,libmnl," |
| 24 | PACKAGECONFIG[elf] = ",,elfutils," | 24 | PACKAGECONFIG[elf] = ",,elfutils," |
| 25 | PACKAGECONFIG[devlink] = ",,libmnl," | 25 | PACKAGECONFIG[devlink] = ",,libmnl," |
| 26 | PACKAGECONFIG[iptables] = ",,iptables" | ||
| 26 | PACKAGECONFIG[rdma] = ",,libmnl," | 27 | PACKAGECONFIG[rdma] = ",,libmnl," |
| 27 | PACKAGECONFIG[selinux] = ",,libselinux" | 28 | PACKAGECONFIG[selinux] = ",,libselinux" |
| 28 | 29 | ||
