mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
portmap: fix FILESEXTRAPATHS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FILESEXTRAPATHS := "${THISDIR}/${PN}"
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||
|
||||
inherit systemd
|
||||
|
||||
@@ -9,8 +9,8 @@ SYSTEMD_SERVICE_${PN} = "portmap.service"
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
|
||||
SRC_URI_append = " file://portmap.service"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${systemd_unitdir}/system
|
||||
install -m 0644 ${WORKDIR}/portmap.service ${D}${systemd_unitdir}/system
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user