| Submitter | Lars Michelsen |
|---|---|
| Date | Jan. 14, 2011, 10:25 p.m. |
| Message ID | <1295043924-18487-1-git-send-email-lm@larsmichelsen.com> |
| Download | mbox | patch |
| Permalink | /patch/283/ |
| State | Superseded |
| Headers | show |
Comments
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
Hello, thanks for reviewing. I changed the version in the attached patch. Regards, Lars
Patch
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" +
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