diff options
Diffstat (limited to 'meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb')
-rw-r--r-- | meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb b/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb deleted file mode 100644 index 0714f62b..00000000 --- a/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Systemd network interface configuration" -DESCRIPTION = "Systemd network interface configuration \ - " -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -SRC_URI = " \ - file://20-wired.network \ - " - -do_install() { - install -D -m0644 ${WORKDIR}/20-wired.network ${D}${sysconfdir}/systemd/network/20-wired.network -} - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -FILES:${PN} = "\ - ${sysconfdir}/systemd/network/* \ -" |