diff mbox

[base,07/13] iproute2: add use flag support for rt_tables for util/ip

Message ID 749b1a5cc1d5f7b856df2be33e90f99767465554.1380529272.git.jacob.kjaergaard@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Jacob Kjaergaard Sept. 30, 2013, 8:23 a.m. UTC
From: Jacob Kjaergaard <jacob@barsoekjaergaard.dk>

---
 recipes/iproute2/iproute2.inc |    4 ++++
 1 file changed, 4 insertions(+)

Comments

Esben Haabendal Oct. 14, 2013, 12:09 p.m. UTC | #1
Merged to master, thanks.

/Esben
diff mbox

Patch

diff --git a/recipes/iproute2/iproute2.inc b/recipes/iproute2/iproute2.inc
index 12efb58..000e57b 100644
--- a/recipes/iproute2/iproute2.inc
+++ b/recipes/iproute2/iproute2.inc
@@ -28,3 +28,7 @@  AUTO_PACKAGE_UTILS = "ifcfg ip routef routel rtmon rtpr tc"
 RDEPENDS_${PN}-ip += "libresolv libc libm libdl"
 RDEPENDS_${PN}-rtmon += "libresolv libc libm libdl"
 RDEPENDS_${PN}-tc += "libresolv libc libm libdl"
+
+RECIPE_FLAGS = "iproute2_rt_tables"
+DEFAULT_USE_iproute2_rt_tables = "0"
+RDEPENDS_${PN}-ip:>USE_iproute2_rt_tables = " iproute2"