All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rsync: add v3.0.6
@ 2009-08-24 18:56 Evan Doiron
  2009-08-24 20:37 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Evan Doiron @ 2009-08-24 18:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Evan Doiron

Signed-off-by: Evan Doiron <edoiron@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"
+
+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
+}
-- 
1.6.0.2




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] rsync: add v3.0.6
  2009-08-24 18:56 [PATCH] rsync: add v3.0.6 Evan Doiron
@ 2009-08-24 20:37 ` Khem Raj
  2009-08-25 14:40   ` Evan Doiron
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2009-08-24 20:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Evan Doiron

On Mon, Aug 24, 2009 at 11:56 AM, Evan Doiron<edoiron@cbnco.com> wrote:
> Signed-off-by: Evan Doiron <edoiron@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@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] rsync: add v3.0.6
  2009-08-24 20:37 ` Khem Raj
@ 2009-08-25 14:40   ` Evan Doiron
  2009-08-25 16:24     ` [PATCH v2] " Evan Doiron
  0 siblings, 1 reply; 5+ messages in thread
From: Evan Doiron @ 2009-08-25 14:40 UTC (permalink / raw)
  To: openembedded-devel

Khem Raj wrote:
> On Mon, Aug 24, 2009 at 11:56 AM, Evan Doiron<edoiron@cbnco.com> wrote:
>   
>> +do_compile_prepend() {
>> +        sed -i "s/conf_stop make_stop//" Makefile
>> +}
>>     
>
> this you can make as do_configure_append instead IMO
>   
Hi Khem Raj,

Thanks for your input, and in fact it turns out that v3.0.6 does not
need this, where v3.0.0 did.
-Evan

-- 
Evan Doiron
Software Developer
Canadian Bank Note Company Limited
edoiron@cbnco.com




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v2] rsync: add v3.0.6
  2009-08-25 14:40   ` Evan Doiron
@ 2009-08-25 16:24     ` Evan Doiron
  2009-08-25 18:07       ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Evan Doiron @ 2009-08-25 16:24 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Evan Doiron <edoiron@cbnco.com>
---
 conf/checksums.ini           |    4 ++++
 recipes/rsync/rsync_3.0.6.bb |   12 ++++++++++++
 2 files changed, 16 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..614b051
--- /dev/null
+++ b/recipes/rsync/rsync_3.0.6.bb
@@ -0,0 +1,12 @@
+require rsync.inc
+
+PR = "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
+}
-- 
1.6.0.2




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] rsync: add v3.0.6
  2009-08-25 16:24     ` [PATCH v2] " Evan Doiron
@ 2009-08-25 18:07       ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2009-08-25 18:07 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Aug 25, 2009 at 9:24 AM, Evan Doiron<edoiron@cbnco.com> wrote:
> Signed-off-by: Evan Doiron <edoiron@cbnco.com>
> ---
>  conf/checksums.ini           |    4 ++++
>  recipes/rsync/rsync_3.0.6.bb |   12 ++++++++++++
>  2 files changed, 16 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..614b051
> --- /dev/null
> +++ b/recipes/rsync/rsync_3.0.6.bb
> @@ -0,0 +1,12 @@
> +require rsync.inc
> +
> +PR = "r0"

get rid of this one. Otherwise it looks ok

Acked-by: Khem Raj >raj.khem@gmail.com>

> +
> +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
> +}
> --
> 1.6.0.2
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-08-25 18:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-24 18:56 [PATCH] rsync: add v3.0.6 Evan Doiron
2009-08-24 20:37 ` Khem Raj
2009-08-25 14:40   ` Evan Doiron
2009-08-25 16:24     ` [PATCH v2] " Evan Doiron
2009-08-25 18:07       ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.