diff options
Diffstat (limited to 'meta-oe/recipes-extended/owfs/owfs_2.8p20.bb')
| -rw-r--r-- | meta-oe/recipes-extended/owfs/owfs_2.8p20.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb b/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb index d010867c24..36772cfeef 100644 --- a/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb +++ b/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb | |||
| @@ -29,13 +29,13 @@ EXTRA_OECONF = " \ | |||
| 29 | --disable-owphp \ | 29 | --disable-owphp \ |
| 30 | --disable-owpython \ | 30 | --disable-owpython \ |
| 31 | --disable-owperl \ | 31 | --disable-owperl \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | do_install_prepend() { | 34 | do_install_prepend() { |
| 35 | install -d ${D}${sysconfdir}/default/ | 35 | install -d ${D}${sysconfdir}/default/ |
| 36 | install -d ${D}${sysconfdir}/init.d/ | 36 | install -d ${D}${sysconfdir}/init.d/ |
| 37 | install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd | 37 | install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd |
| 38 | install -m 0755 ${WORKDIR}/owserver ${D}${sysconfdir}/init.d/owserver | 38 | install -m 0755 ${WORKDIR}/owserver ${D}${sysconfdir}/init.d/owserver |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap" | 41 | PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap" |
