Message ID | 749b1a5cc1d5f7b856df2be33e90f99767465554.1380529272.git.jacob.kjaergaard@prevas.dk |
---|---|
State | Accepted |
Delegated to: | Esben Haabendal |
Headers | show |
Merged to master, thanks. /Esben
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"
From: Jacob Kjaergaard <jacob@barsoekjaergaard.dk> --- recipes/iproute2/iproute2.inc | 4 ++++ 1 file changed, 4 insertions(+)