diff options
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb b/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb index 2faccec7d5..86b900a5da 100644 --- a/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb +++ b/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb | |||
| @@ -3,6 +3,8 @@ PRIORITY = "optional" | |||
| 3 | LICENSE = "GPL-2.0" | 3 | LICENSE = "GPL-2.0" |
| 4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
| 5 | 5 | ||
| 6 | PR = "r2" | ||
| 7 | |||
| 6 | RDEPENDS_${PN} += "perl" | 8 | RDEPENDS_${PN} += "perl" |
| 7 | 9 | ||
| 8 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 10 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |
| @@ -20,6 +22,11 @@ do_compile () { | |||
| 20 | oe_runmake | 22 | oe_runmake |
| 21 | } | 23 | } |
| 22 | 24 | ||
| 25 | # the install target is not multi-job safe, but it doesn't do much | ||
| 26 | # so we just install serially | ||
| 27 | # | ||
| 28 | PARALLEL_MAKEINST = "-j1" | ||
| 29 | |||
| 23 | fakeroot do_install () { | 30 | fakeroot do_install () { |
| 24 | oe_runmake 'BINDIR=${sbindir}' 'MANDIR=${mandir}/' 'DESTDIR=${D}' install | 31 | oe_runmake 'BINDIR=${sbindir}' 'MANDIR=${mandir}/' 'DESTDIR=${D}' install |
| 25 | } | 32 | } |
