From e1d1c86ee9f14c93100fc706c1a3f7db03a0301f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 26 Jul 2013 20:24:02 +0200 Subject: systemd: adapt to new systemd handling with the move from meta-openembedded to oe-core some things have changed, e.g. the config files have to explicitly installed --- recipes-core/usb-rndis/usb-rndis-systemd.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-core/usb-rndis') diff --git a/recipes-core/usb-rndis/usb-rndis-systemd.bb b/recipes-core/usb-rndis/usb-rndis-systemd.bb index 5d18b7a..ec4f4cf 100644 --- a/recipes-core/usb-rndis/usb-rndis-systemd.bb +++ b/recipes-core/usb-rndis/usb-rndis-systemd.bb @@ -25,6 +25,9 @@ do_install() { install -m 0755 ${WORKDIR}/start-rndis.sh ${D}/${bindir}/ install -m 0644 ${WORKDIR}/usb-rndis.rules ${D}/${sysconfdir}/udev/rules.d/ install -m 0644 ${WORKDIR}/udhcpd-usb-rndis.conf ${D}/${sysconfdir}/ + + install -d ${D}${systemd_unitdir}/system/ + install -m 0644 ${WORKDIR}/usb-rndis.service ${D}${systemd_unitdir}/system } NATIVE_SYSTEMD_SUPPORT = "1" -- cgit v1.2.3