mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
189ed64416
commit
9f5da47100
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user