summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/atftp/atftp_0.7.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/atftp/atftp_0.7.bb b/meta-oe/recipes-extended/atftp/atftp_0.7.bb
index c5416341f2..ab14a28427 100644
--- a/meta-oe/recipes-extended/atftp/atftp_0.7.bb
+++ b/meta-oe/recipes-extended/atftp/atftp_0.7.bb
@@ -3,6 +3,7 @@ SECTION = "network"
3HOMEPAGE = "http://packages.debian.org/atftp" 3HOMEPAGE = "http://packages.debian.org/atftp"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
6PR = "r1"
6 7
7SRC_URI = "${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.dfsg.orig.tar.gz;name=archive \ 8SRC_URI = "${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.dfsg.orig.tar.gz;name=archive \
8 ${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.dfsg-11.diff.gz;name=patch \ 9 ${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.dfsg-11.diff.gz;name=patch \
@@ -16,11 +17,12 @@ inherit autotools update-rc.d systemd useradd
16SYSTEMD_PACKAGES = "atftpd-systemd" 17SYSTEMD_PACKAGES = "atftpd-systemd"
17SYSTEMD_SERVICE_atftpd-systemd = "atftpd.service" 18SYSTEMD_SERVICE_atftpd-systemd = "atftpd.service"
18 19
19INITSCRIPT_NAME = "atftpd" 20INITSCRIPT_PACKAGES = "${PN}d"
20INITSCRIPT_PARAMS = "defaults 80" 21INITSCRIPT_NAME_${PN}d = "atftpd"
22INITSCRIPT_PARAMS_${PN}d = "defaults 80"
21 23
22USERADD_PACKAGES = "atftpd" 24USERADD_PACKAGES = "${PN}d"
23USERADD_PARAM_atftpd = "--system --no-create-home --shell /bin/false \ 25USERADD_PARAM_${PN}d = "--system --no-create-home --shell /bin/false \
24 --user-group nobody" 26 --user-group nobody"
25 27
26do_install_append() { 28do_install_append() {