diff options
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r-- | meta-networking/recipes-daemons/atftp/atftp_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/atftp/atftp_git.bb b/meta-networking/recipes-daemons/atftp/atftp_git.bb index b53f63774..0ece58f7d 100644 --- a/meta-networking/recipes-daemons/atftp/atftp_git.bb +++ b/meta-networking/recipes-daemons/atftp/atftp_git.bb | |||
@@ -32,6 +32,8 @@ USERADD_PACKAGES = "${PN}d" | |||
32 | USERADD_PARAM_${PN}d = "--system --no-create-home --shell /bin/false \ | 32 | USERADD_PARAM_${PN}d = "--system --no-create-home --shell /bin/false \ |
33 | --user-group nobody" | 33 | --user-group nobody" |
34 | 34 | ||
35 | EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -std=gnu89'" | ||
36 | |||
35 | do_install_append() { | 37 | do_install_append() { |
36 | install -d ${D}${sysconfdir}/init.d | 38 | install -d ${D}${sysconfdir}/init.d |
37 | install -m 0755 ${WORKDIR}/atftpd.init ${D}${sysconfdir}/init.d/atftpd | 39 | install -m 0755 ${WORKDIR}/atftpd.init ${D}${sysconfdir}/init.d/atftpd |