busybox: Only apply the patch on busybox 1.21

The ifplugd patch was backported and doesn't need to be applied
on later versions.
This commit is contained in:
Holger Hans Peter Freyther 2014-11-02 13:13:19 +01:00
parent 380d53ece8
commit d75837883d
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1,2 @@
SRC_URI += "file://ifplugd-use-a-larger-netlink-buffer.patch"
PRINC := "${@int(PRINC) + 1}"

View File

@ -2,5 +2,3 @@
SYSMOCOM_D := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESEXTRAPATHS_prepend := "${SYSMOCOM}/${PN}-systemd:${SYSMOCOM_D}/${PN}:"
PRINC := "${@int(PRINC) + 3}"
SRC_URI += "file://ifplugd-use-a-larger-netlink-buffer.patch"

View File

@ -2,3 +2,4 @@
SYSMOCOM_ORIG_PV := "${PV}"
require recipes-core/busybox/${PN}_sysmocom.inc
require recipes-core/busybox/${PN}_sysmocom_systemd.inc
require recipes-core/busybox/${PN}_sysmocom_1.21.1.inc