diff options
| -rw-r--r-- | meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb index bca34c0c63..d6d803add4 100644 --- a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb +++ b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Utility for basic Ethernet frame filtering on a Linux bridge, MAC NAT | |||
| 2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e" |
| 4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
| 5 | PR = "r1" | 5 | PR = "r2" |
| 6 | 6 | ||
| 7 | RDEPENDS_${PN} += "perl" | 7 | RDEPENDS_${PN} += "perl" |
| 8 | 8 | ||
| @@ -44,6 +44,11 @@ do_install () { | |||
| 44 | # Fix hardcoded paths in scripts | 44 | # Fix hardcoded paths in scripts |
| 45 | sed -i 's!/sbin/!${base_sbindir}/!g' ${D}/${sysconfdir}/init.d/ebtables | 45 | sed -i 's!/sbin/!${base_sbindir}/!g' ${D}/${sysconfdir}/init.d/ebtables |
| 46 | sed -i 's!/etc/!${sysconfdir}/!g' ${D}/${sysconfdir}/init.d/ebtables | 46 | sed -i 's!/etc/!${sysconfdir}/!g' ${D}/${sysconfdir}/init.d/ebtables |
| 47 | |||
| 48 | # The script ebtables-save refernces perl in exec_prefix, so | ||
| 49 | # move it to sbindir to avoid QA issue | ||
| 50 | install -d ${D}/${sbindir} | ||
| 51 | mv ${D}/${base_sbindir}/ebtables-save ${D}/${sbindir} | ||
| 47 | } | 52 | } |
| 48 | 53 | ||
| 49 | CONFFILES_${PN} += "${sysconfdir}/default/ebtables" | 54 | CONFFILES_${PN} += "${sysconfdir}/default/ebtables" |
