| Submitter | Steffen Sledz |
|---|---|
| Date | Nov. 28, 2011, 8:49 a.m. |
| Message ID | <1322470152-12440-1-git-send-email-sledz@dresearch-fe.de> |
| Download | mbox | patch |
| Permalink | /patch/15457/ |
| State | Superseded |
| Headers | show |
Comments
Am Montag, den 28.11.2011, 09:49 +0100 schrieb Steffen Sledz: Putting in here if and how you have tested this makes acknowledging patches much easier! Can the old recipe then removed? Could you also try to bring `config.linux-cross` upstream, please? > Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> > --- > recipes/live555/live555_20111120.bb | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-) > create mode 100644 recipes/live555/live555_20111120.bb > > diff --git a/recipes/live555/live555_20111120.bb b/recipes/live555/live555_20111120.bb > new file mode 100644 > index 0000000..7256007 > --- /dev/null > +++ b/recipes/live555/live555_20111120.bb > @@ -0,0 +1,7 @@ > +require live555.inc > + > +PR = "${INC_PR}.1" Please start with 0. > + > +SRC_URI[md5sum] = "8e5ebefdf7d12ca9cfd7175ff3d7eef2" > +SRC_URI[sha256sum] = "695cf22d43516f082e26ee9eb8373a0ae3b4ed472f1e224b51d881219f694f2e" > + No new line at the end please. Git complains about that as white space error too. Thanks, Paul
Am Montag, den 28.11.2011, 10:10 +0100 schrieb Paul Menzel: > Am Montag, den 28.11.2011, 09:49 +0100 schrieb Steffen Sledz: > > Putting in here if and how you have tested this makes acknowledging > patches much easier! It does not even fetch for me anymore. ERROR: Function 'Fetch failed: Unable to fetch URL http://www.live555.com/liveMedia/public/live.2011.11.20.tar.gz from any source.' failed > Can the old recipe then removed? Could you also try to bring > `config.linux-cross` upstream, please? > > > Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> > > --- > > recipes/live555/live555_20111120.bb | 7 +++++++ > > 1 files changed, 7 insertions(+), 0 deletions(-) > > create mode 100644 recipes/live555/live555_20111120.bb > > > > diff --git a/recipes/live555/live555_20111120.bb b/recipes/live555/live555_20111120.bb > > new file mode 100644 > > index 0000000..7256007 > > --- /dev/null > > +++ b/recipes/live555/live555_20111120.bb > > @@ -0,0 +1,7 @@ > > +require live555.inc > > + > > +PR = "${INC_PR}.1" > > Please start with 0. > > > + > > +SRC_URI[md5sum] = "8e5ebefdf7d12ca9cfd7175ff3d7eef2" > > +SRC_URI[sha256sum] = "695cf22d43516f082e26ee9eb8373a0ae3b4ed472f1e224b51d881219f694f2e" > > + > > No new line at the end please. Git complains about that as white space > error too. Thanks, Paul
On 28.11.2011 10:23, Paul Menzel wrote: > Am Montag, den 28.11.2011, 10:10 +0100 schrieb Paul Menzel: >> Am Montag, den 28.11.2011, 09:49 +0100 schrieb Steffen Sledz: >> >> Putting in here if and how you have tested this makes acknowledging >> patches much easier! > > It does not even fetch for me anymore. > > ERROR: Function 'Fetch failed: Unable to fetch URL http://www.live555.com/liveMedia/public/live.2011.11.20.tar.gz from any source.' failed See thread <http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/013128.html>. It's on the angstrom mirror (thanx to Koen) and i hope it will make it's way to the OE mirror in the next hours too. Steffen
On 28.11.2011 10:10, Paul Menzel wrote: > Can the old recipe then removed? I'm not sure but i think yes. I'll modify the patch. > Could you also try to bring > `config.linux-cross` upstream, please? I'm not feeling as a live555 maintainer but i can try. Steffen
Steffen Sledz (1): live555: replace version 20110314 with 20111120 recipes/live555/live555_20110314.bb | 8 -------- recipes/live555/live555_20111120.bb | 7 +++++++ 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 recipes/live555/live555_20110314.bb create mode 100644 recipes/live555/live555_20111120.bb
Patch
diff --git a/recipes/live555/live555_20111120.bb b/recipes/live555/live555_20111120.bb new file mode 100644 index 0000000..7256007 --- /dev/null +++ b/recipes/live555/live555_20111120.bb @@ -0,0 +1,7 @@ +require live555.inc + +PR = "${INC_PR}.1" + +SRC_URI[md5sum] = "8e5ebefdf7d12ca9cfd7175ff3d7eef2" +SRC_URI[sha256sum] = "695cf22d43516f082e26ee9eb8373a0ae3b4ed472f1e224b51d881219f694f2e" +
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> --- recipes/live555/live555_20111120.bb | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 recipes/live555/live555_20111120.bb