All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix building of package live555
@ 2011-01-14 22:25 Lars Michelsen
  2011-01-15  4:56 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Michelsen @ 2011-01-14 22:25 UTC (permalink / raw)
  To: openembedded-devel

The file http://www.live555.com/liveMedia/public/live.2010.10.15.tar.gz
did not exist anymore on the server.

So bumped version to the current file: live.2011.01.10.tar.gz

Signed-off-by: Lars Michelsen <lm@larsmichelsen.com>
---
 recipes/live555/live555_20101015.bb |    7 -------
 recipes/live555/live555_20110110.bb |    7 +++++++
 2 files changed, 7 insertions(+), 7 deletions(-)
 delete mode 100644 recipes/live555/live555_20101015.bb
 create mode 100644 recipes/live555/live555_20110110.bb

diff --git a/recipes/live555/live555_20101015.bb b/recipes/live555/live555_20101015.bb
deleted file mode 100644
index eb6dfe3..0000000
--- a/recipes/live555/live555_20101015.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require live555.inc
-
-PR = "${INC_PR}.1"
-
-SRC_URI[md5sum] = "29734ddc6fddbb1a3a8f51a6de7a21c5"
-SRC_URI[sha256sum] = "278d99c0880f324769164d6872fea88f8d82ec5b87bb66c92035f46ee2f10adc"
-
diff --git a/recipes/live555/live555_20110110.bb b/recipes/live555/live555_20110110.bb
new file mode 100644
index 0000000..cf64b83
--- /dev/null
+++ b/recipes/live555/live555_20110110.bb
@@ -0,0 +1,7 @@
+require live555.inc
+
+PR = "${INC_PR}.1"
+
+SRC_URI[md5sum] = "978cd8443735d47b53ee624a985a047e"
+SRC_URI[sha256sum] = "39f23d4c140f9a0bfd6fa11f38c75ae8c3b4fab1930ca1acb8ad66e70947dbc1"
+
-- 
1.7.1




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

* Re: [PATCH] Fix building of package live555
  2011-01-14 22:25 [PATCH] Fix building of package live555 Lars Michelsen
@ 2011-01-15  4:56 ` Martin Jansa
  2011-01-15 11:45   ` [PATCH] Resubmit: " Lars Michelsen
  2011-01-15 11:45   ` [PATCH] " Lars Michelsen
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2011-01-15  4:56 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1828 bytes --]

On Fri, Jan 14, 2011 at 11:25:24PM +0100, Lars Michelsen wrote:
> The file http://www.live555.com/liveMedia/public/live.2010.10.15.tar.gz
> did not exist anymore on the server.
> 
> So bumped version to the current file: live.2011.01.10.tar.gz
> 
> Signed-off-by: Lars Michelsen <lm@larsmichelsen.com>
> ---
>  recipes/live555/live555_20101015.bb |    7 -------
>  recipes/live555/live555_20110110.bb |    7 +++++++
>  2 files changed, 7 insertions(+), 7 deletions(-)
>  delete mode 100644 recipes/live555/live555_20101015.bb
>  create mode 100644 recipes/live555/live555_20110110.bb
> 
> diff --git a/recipes/live555/live555_20101015.bb b/recipes/live555/live555_20101015.bb
> deleted file mode 100644
> index eb6dfe3..0000000
> --- a/recipes/live555/live555_20101015.bb
> +++ /dev/null
> @@ -1,7 +0,0 @@
> -require live555.inc
> -
> -PR = "${INC_PR}.1"
> -
> -SRC_URI[md5sum] = "29734ddc6fddbb1a3a8f51a6de7a21c5"
> -SRC_URI[sha256sum] = "278d99c0880f324769164d6872fea88f8d82ec5b87bb66c92035f46ee2f10adc"
> -
> diff --git a/recipes/live555/live555_20110110.bb b/recipes/live555/live555_20110110.bb
> new file mode 100644
> index 0000000..cf64b83
> --- /dev/null
> +++ b/recipes/live555/live555_20110110.bb
> @@ -0,0 +1,7 @@
> +require live555.inc
> +
> +PR = "${INC_PR}.1"

new versions should start with 0 (in this case "${INC_PR}.0")

> +
> +SRC_URI[md5sum] = "978cd8443735d47b53ee624a985a047e"
> +SRC_URI[sha256sum] = "39f23d4c140f9a0bfd6fa11f38c75ae8c3b4fab1930ca1acb8ad66e70947dbc1"
> +
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]

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

* [PATCH] Resubmit: Fix building of package live555
  2011-01-15  4:56 ` Martin Jansa
@ 2011-01-15 11:45   ` Lars Michelsen
  2011-01-15 11:45   ` [PATCH] " Lars Michelsen
  1 sibling, 0 replies; 4+ messages in thread
From: Lars Michelsen @ 2011-01-15 11:45 UTC (permalink / raw)
  To: openembedded-devel


Hello,

thanks for reviewing. I changed the version in the attached patch.

Regards,
Lars



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

* [PATCH] Fix building of package live555
  2011-01-15  4:56 ` Martin Jansa
  2011-01-15 11:45   ` [PATCH] Resubmit: " Lars Michelsen
@ 2011-01-15 11:45   ` Lars Michelsen
  1 sibling, 0 replies; 4+ messages in thread
From: Lars Michelsen @ 2011-01-15 11:45 UTC (permalink / raw)
  To: openembedded-devel

The file http://www.live555.com/liveMedia/public/live.2010.10.15.tar.gz
did not exist anymore on the server.

So bumped version to the current file: live.2011.01.10.tar.gz

Signed-off-by: Lars Michelsen <lm@larsmichelsen.com>
---
 recipes/live555/live555_20101015.bb |    7 -------
 recipes/live555/live555_20110110.bb |    7 +++++++
 2 files changed, 7 insertions(+), 7 deletions(-)
 delete mode 100644 recipes/live555/live555_20101015.bb
 create mode 100644 recipes/live555/live555_20110110.bb

diff --git a/recipes/live555/live555_20101015.bb b/recipes/live555/live555_20101015.bb
deleted file mode 100644
index eb6dfe3..0000000
--- a/recipes/live555/live555_20101015.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require live555.inc
-
-PR = "${INC_PR}.1"
-
-SRC_URI[md5sum] = "29734ddc6fddbb1a3a8f51a6de7a21c5"
-SRC_URI[sha256sum] = "278d99c0880f324769164d6872fea88f8d82ec5b87bb66c92035f46ee2f10adc"
-
diff --git a/recipes/live555/live555_20110110.bb b/recipes/live555/live555_20110110.bb
new file mode 100644
index 0000000..cf64b83
--- /dev/null
+++ b/recipes/live555/live555_20110110.bb
@@ -0,0 +1,7 @@
+require live555.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "978cd8443735d47b53ee624a985a047e"
+SRC_URI[sha256sum] = "39f23d4c140f9a0bfd6fa11f38c75ae8c3b4fab1930ca1acb8ad66e70947dbc1"
+
-- 
1.7.1




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

end of thread, other threads:[~2011-01-15 11:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-14 22:25 [PATCH] Fix building of package live555 Lars Michelsen
2011-01-15  4:56 ` Martin Jansa
2011-01-15 11:45   ` [PATCH] Resubmit: " Lars Michelsen
2011-01-15 11:45   ` [PATCH] " Lars Michelsen

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.