diff options
Diffstat (limited to 'meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb')
| -rw-r--r-- | meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb b/meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb index 8c44a3e5c4..0c8c5d852e 100644 --- a/meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb +++ b/meta-networking/recipes-daemons/lldpad/lldpad_0.9.46.bb | |||
| @@ -8,12 +8,18 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8c2bc283e65df398ced5f5b747e78162" | |||
| 8 | DEPENDS = "libconfig libnl" | 8 | DEPENDS = "libconfig libnl" |
| 9 | SRCREV = "48a5f38778b18d6659a672ccb4640f25c6720827" | 9 | SRCREV = "48a5f38778b18d6659a672ccb4640f25c6720827" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/jrfastab/lldpad.git;protocol=http" | 11 | SRC_URI = "git://github.com/jrfastab/lldpad.git;protocol=http \ |
| 12 | file://0001-get-inline-functions-work-with-both-gnu11-and-gnu89.patch \ | ||
| 13 | " | ||
| 12 | 14 | ||
| 13 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 14 | 16 | ||
| 15 | inherit autotools-brokensep pkgconfig systemd | 17 | inherit autotools-brokensep pkgconfig systemd |
| 16 | 18 | ||
| 19 | do_configure_prepend() { | ||
| 20 | sed -i "s:-Werror::g" ${S}/Makefile.am | ||
| 21 | } | ||
| 22 | |||
| 17 | do_install_append () { | 23 | do_install_append () { |
| 18 | install -m 0755 -d ${D}${systemd_unitdir} | 24 | install -m 0755 -d ${D}${systemd_unitdir} |
| 19 | mv ${D}${prefix}${systemd_unitdir}/* ${D}${systemd_unitdir}/ | 25 | mv ${D}${prefix}${systemd_unitdir}/* ${D}${systemd_unitdir}/ |
