diff options
author | Dirk Opfer <dirk@do13.de> | 2010-03-09 22:13:28 +0100 |
---|---|---|
committer | Dirk Opfer <dirk@do13.de> | 2010-08-03 13:47:08 +0200 |
commit | cc58e6fe45b79ab09f71dadba7a02702bf6adf5f (patch) | |
tree | f73b1e3bd47c8b85e0b447c6828985da6439c932 /recipes/owfs | |
parent | 0d3da7567114338bec76437fd13d3fa26f207122 (diff) |
owfs: 2.7p28 -> 2.8p0
remove legacy style staging
Diffstat (limited to 'recipes/owfs')
-rw-r--r-- | recipes/owfs/owfs_2.8p0.bb (renamed from recipes/owfs/owfs_2.7p28.bb) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/owfs/owfs_2.7p28.bb b/recipes/owfs/owfs_2.8p0.bb index ca8b2f9ade..d79066f9ad 100644 --- a/recipes/owfs/owfs_2.7p28.bb +++ b/recipes/owfs/owfs_2.8p0.bb @@ -26,9 +26,6 @@ do_install_prepend() { install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd install -m 0755 ${WORKDIR}/owserver ${D}${sysconfdir}/init.d/owserver } -do_stage() { - autotools_stage_all -} PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap" @@ -60,5 +57,5 @@ INITSCRIPT_NAME_owhttpd = "owhttpd" INITSCRIPT_PARAMS_owserver = "defaults 20" INITSCRIPT_PARAMS_owhttpd = "defaults 21" -SRC_URI[md5sum] = "2d6a4311f7275eb04466e36678bacabe" -SRC_URI[sha256sum] = "3b35a5c2d6fa0814d3c689dd490e829d3dd7729d09ae95f9205757cbb3ee52f0" +SRC_URI[md5sum] = "16de38f99206024b0ac32176f4f1afcb" +SRC_URI[sha256sum] = "1b972d5f01ad8890fc6c8c96dcb9235f448cafba32664b3fcc6caecc62fd105d" |