[oe] [PATCH] rsync: add v3.0.6

Khem Raj raj.khem at gmail.com
Mon Aug 24 20:37:53 UTC 2009


On Mon, Aug 24, 2009 at 11:56 AM, Evan Doiron<edoiron at cbnco.com> wrote:
> Signed-off-by: Evan Doiron <edoiron at cbnco.com>
> ---
>  conf/checksums.ini           |    4 ++++
>  recipes/rsync/rsync_3.0.6.bb |   16 ++++++++++++++++
>  2 files changed, 20 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/rsync/rsync_3.0.6.bb
>
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index 3ee124d..ba06d5d 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -21714,6 +21714,10 @@ sha256=17697db5bb9de399b71f7927070f60b3554b70b0ecc0419b50455d56560ea169
>  md5=2122d460b4119749c6e5993938a9b501
>  sha256=17697db5bb9de399b71f7927070f60b3554b70b0ecc0419b50455d56560ea169
>
> +[http://rsync.samba.org/ftp/rsync/src/rsync-3.0.6.tar.gz]
> +md5=e9865d093a18e4668b9d31b635dc8e99
> +sha256=33cc969364cb66b3e345fa7db2c651a8e07de0e58743ec03899c4ba86953e1b3
> +
>  [http://downloads.sourceforge.net/nogravity/rt-nogravity-data.zip]
>  md5=c7536e907363ea1da63430b49e42931d
>  sha256=d7d5a3d17f492049fceb2b9ea22c4c2af7243506219d83f7005b77ae410add29
> diff --git a/recipes/rsync/rsync_3.0.6.bb b/recipes/rsync/rsync_3.0.6.bb
> new file mode 100644
> index 0000000..bdb2ba1
> --- /dev/null
> +++ b/recipes/rsync/rsync_3.0.6.bb
> @@ -0,0 +1,16 @@
> +require rsync.inc
> +
> +PR = "r0"

no need of PR if it is r0 its automatically set to r0

> +
> +SRC_URI += "\
> +  file://m4.patch;patch=1 \
> +  file://rsyncd.conf \
> +"
> +# The source tarball from 3.0.6 seems to need this
> +do_configure_append(){
> +  oe_runmake reconfigure
> +}
> +
> +do_compile_prepend() {
> +        sed -i "s/conf_stop make_stop//" Makefile
> +}

this you can make as do_configure_append instead IMO

> --
> 1.6.0.2
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list