1
0
forked from brl/citadel
citadel/meta-citadel/recipes-citadel/bbappends/networkmanager_%.bbappend
Bruce Leidl 3ca4a68dcd Collect all bbappend files into a single place.
This makes a lot more sense than scattering them around in the tree.
2020-11-04 12:37:11 -05:00

14 lines
387 B
Plaintext

# Append recipe from meta-openembedded/meta-networking
SRC_URI += "\
file://watch-resolvconf.path \
file://watch-resolvconf.service \
"
SYSTEMD_SERVICE_${PN} += "watch-resolvconf.path"
do_install_append() {
install -m 644 ${WORKDIR}/watch-resolvconf.path ${D}${systemd_system_unitdir}
install -m 644 ${WORKDIR}/watch-resolvconf.service ${D}${systemd_system_unitdir}
}