ebtables: Added new runtime dependency

The ebtables-save script uses perl so it's been added to the recipe.

Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
This commit is contained in:
Mihai Prica 2012-11-19 14:35:48 +02:00 committed by Raymond Danks
parent 189ed64416
commit 9f5da47100

View File

@ -60,3 +60,5 @@ INITSCRIPT_PARAMS = "start 41 S . stop 41 6 ."
FILES_${PN}-dbg += "${base_libdir}/ebtables/.debug"
FILES_${PN} += "${base_libdir}/ebtables/*.so"
RDEPENDS_${PN} = " perl"