diff options
Diffstat (limited to 'meta-networking/recipes-protocols/zeroconf')
| -rw-r--r-- | meta-networking/recipes-protocols/zeroconf/zeroconf_0.9.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-protocols/zeroconf/zeroconf_0.9.bb b/meta-networking/recipes-protocols/zeroconf/zeroconf_0.9.bb index f755940f1e..9307263c7b 100644 --- a/meta-networking/recipes-protocols/zeroconf/zeroconf_0.9.bb +++ b/meta-networking/recipes-protocols/zeroconf/zeroconf_0.9.bb | |||
| @@ -25,10 +25,10 @@ SRC_URI[md5sum] = "bdafb16b008ebb5633e4e581f77821d2" | |||
| 25 | SRC_URI[sha256sum] = "a8c74df127753e2310fa1e072f3c9ca44a404bb0bbce9cfec7a84c6dff8bec7b" | 25 | SRC_URI[sha256sum] = "a8c74df127753e2310fa1e072f3c9ca44a404bb0bbce9cfec7a84c6dff8bec7b" |
| 26 | 26 | ||
| 27 | do_install () { | 27 | do_install () { |
| 28 | install -d ${D}${sbindir} | 28 | install -d ${D}${sbindir} |
| 29 | install -d ${D}${sysconfdir}/network/if-up.d | 29 | install -d ${D}${sysconfdir}/network/if-up.d |
| 30 | install -d ${D}${sysconfdir}/default | 30 | install -d ${D}${sysconfdir}/default |
| 31 | install -c -m 755 ${S}/zeroconf ${D}${sbindir}/zeroconf | 31 | install -c -m 755 ${S}/zeroconf ${D}${sbindir}/zeroconf |
| 32 | install -c -m 755 ${WORKDIR}/debian-zeroconf ${D}${sysconfdir}/network/if-up.d/zeroconf | 32 | install -c -m 755 ${WORKDIR}/debian-zeroconf ${D}${sysconfdir}/network/if-up.d/zeroconf |
| 33 | install -c ${WORKDIR}/zeroconf-default ${D}${sysconfdir}/default/zeroconf | 33 | install -c ${WORKDIR}/zeroconf-default ${D}${sysconfdir}/default/zeroconf |
| 34 | } | 34 | } |
