diff options
Diffstat (limited to 'meta-networking/recipes-daemons')
| -rw-r--r-- | meta-networking/recipes-daemons/atftp/atftp_git.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-networking/recipes-daemons/atftp/atftp_git.bb b/meta-networking/recipes-daemons/atftp/atftp_git.bb index 0ece58f7d3..0556fe2a0e 100644 --- a/meta-networking/recipes-daemons/atftp/atftp_git.bb +++ b/meta-networking/recipes-daemons/atftp/atftp_git.bb | |||
| @@ -17,7 +17,7 @@ SRC_URI = "git://git.code.sf.net/p/atftp/code \ | |||
| 17 | " | 17 | " |
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| 20 | inherit autotools update-rc.d useradd systemd | 20 | inherit autotools update-rc.d systemd |
| 21 | 21 | ||
| 22 | PACKAGECONFIG ??= "tcp-wrappers" | 22 | PACKAGECONFIG ??= "tcp-wrappers" |
| 23 | PACKAGECONFIG[pcre] = "--enable-libpcre,--disable-libpcre,libpcre" | 23 | PACKAGECONFIG[pcre] = "--enable-libpcre,--disable-libpcre,libpcre" |
| @@ -28,9 +28,6 @@ INITSCRIPT_PACKAGES = "${PN}d" | |||
| 28 | INITSCRIPT_NAME_${PN}d = "atftpd" | 28 | INITSCRIPT_NAME_${PN}d = "atftpd" |
| 29 | INITSCRIPT_PARAMS_${PN}d = "defaults 80" | 29 | INITSCRIPT_PARAMS_${PN}d = "defaults 80" |
| 30 | 30 | ||
| 31 | USERADD_PACKAGES = "${PN}d" | ||
| 32 | USERADD_PARAM_${PN}d = "--system --no-create-home --shell /bin/false \ | ||
| 33 | --user-group nobody" | ||
| 34 | 31 | ||
| 35 | EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -std=gnu89'" | 32 | EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -std=gnu89'" |
| 36 | 33 | ||
