mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 05:30:02 +00:00
e9afe28896
Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
PRINC := "${@int(PRINC) + 1}"
|
|
|
|
inherit systemd
|
|
|
|
SRC_URI += "file://atftpd.service"
|
|
|
|
SYSTEMD_PACKAGES = "atftpd-systemd"
|
|
SYSTEMD_SERVICE_atftpd-systemd = "atftpd.service"
|